mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Update CDN & Domestic Hosts
This commit is contained in:
parent
1a4e8c7da8
commit
574606ce97
@ -2250,6 +2250,7 @@ cdn.apponic.com
|
||||
# linear.app
|
||||
.cms-cdn.linear.app
|
||||
static.linear.app
|
||||
public.linear.app
|
||||
# Walmart
|
||||
.walmartimages.com
|
||||
# Temu
|
||||
@ -3128,3 +3129,5 @@ cdn.picrew.me
|
||||
assets.vantage.sh
|
||||
update.greasyfork.org
|
||||
assets.dify.ai
|
||||
cdn.hinative.com
|
||||
img.atwiki.jp
|
||||
|
||||
@ -252,7 +252,8 @@ export const DOMESTICS: Record<string, DNSMapping> = {
|
||||
'+bytednsdoc.com', // Uses alidns.com as NS
|
||||
'+byteimg.com', // Uses alidns.com as NS
|
||||
'+byteacctimg.com', // Uses alidns.com as NS
|
||||
'+ibytedapm.com' // China NS
|
||||
'+ibytedapm.com', // China NS
|
||||
'oceanengine.com'
|
||||
]
|
||||
},
|
||||
BAIDU: {
|
||||
@ -345,9 +346,9 @@ export const DOH_BOOTSTRAP: Record<string, DNSMapping> = {
|
||||
},
|
||||
DNSPOD: {
|
||||
hosts: {
|
||||
'dot.pub': ['120.53.53.53', '1.12.12.12'],
|
||||
'doh.pub': ['120.53.53.53', '1.12.12.12'],
|
||||
'dns.pub': ['120.53.53.53', '1.12.12.12']
|
||||
// 'dot.pub': ['120.53.53.53', '1.12.12.12'],
|
||||
'doh.pub': ['120.53.53.53', '1.12.12.12']
|
||||
// 'dns.pub': ['120.53.53.53', '1.12.12.12']
|
||||
},
|
||||
realip: false,
|
||||
dns: 'https://1.12.12.12/dns-query',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user