Update Domestic Hosts & Real IP

This commit is contained in:
SukkaW
2024-10-16 02:46:17 +08:00
parent 3651999afb
commit 973d2ce3d1
3 changed files with 15 additions and 13 deletions

View File

@@ -90,9 +90,9 @@ export const DOMESTICS = {
},
dns: 'https://doh.pub/dns-query',
domains: [
'dns.pub',
'doh.pub',
'dot.pub',
// 'dns.pub',
// 'doh.pub',
// 'dot.pub',
'+qcloud.com',
'+gtimg.cn',
'+gtimg.com',
@@ -319,7 +319,8 @@ export const DOMESTICS = {
'yunpan.com',
'yunpan.com.cn',
'+qh-cdn.com',
'baomitu.com'
'baomitu.com',
'qiku.com'
]
}
} satisfies Record<string, DNSMapping>;