mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Prefer jsDelivr for more reject data source & Minor changes
This commit is contained in:
@@ -32,7 +32,7 @@ const getS3OSSDomainsPromise = (async (): Promise<Set<string>> => {
|
||||
trie.find('.scw.cloud').forEach((line: string) => {
|
||||
if (
|
||||
(line.startsWith('s3-') || line.startsWith('s3.'))
|
||||
&& !line.includes('cn-')
|
||||
// && !line.includes('cn-')
|
||||
) {
|
||||
S3OSSDomains.add('.' + line);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user