|
@@ -252,7 +252,8 @@ export const DOMESTICS: Record<string, DNSMapping> = {
|
|
|
'+bytednsdoc.com', // Uses alidns.com as NS
|
|
'+bytednsdoc.com', // Uses alidns.com as NS
|
|
|
'+byteimg.com', // Uses alidns.com as NS
|
|
'+byteimg.com', // Uses alidns.com as NS
|
|
|
'+byteacctimg.com', // Uses alidns.com as NS
|
|
'+byteacctimg.com', // Uses alidns.com as NS
|
|
|
- '+ibytedapm.com' // China NS
|
|
|
|
|
|
|
+ '+ibytedapm.com', // China NS
|
|
|
|
|
+ 'oceanengine.com'
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
BAIDU: {
|
|
BAIDU: {
|
|
@@ -345,9 +346,9 @@ export const DOH_BOOTSTRAP: Record<string, DNSMapping> = {
|
|
|
},
|
|
},
|
|
|
DNSPOD: {
|
|
DNSPOD: {
|
|
|
hosts: {
|
|
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,
|
|
realip: false,
|
|
|
dns: 'https://1.12.12.12/dns-query',
|
|
dns: 'https://1.12.12.12/dns-query',
|