Update CDN & Domestic Hosts

This commit is contained in:
SukkaW 2024-10-29 21:35:31 +08:00
parent 1a4e8c7da8
commit 574606ce97
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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',