Merge DNS Mapping Ruleset / Update DNS Bootstrap
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW
2025-09-19 23:06:44 +08:00
parent 87a8288237
commit f08aa93752
2 changed files with 17 additions and 24 deletions

View File

@@ -402,16 +402,16 @@ 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']
// 'doh.pub': ['120.53.53.53', '1.12.12.12']
// 'dns.pub': ['120.53.53.53', '1.12.12.12']
},
realip: false,
ruleset: false,
dns: 'https://1.12.12.12/dns-query',
dns: '119.29.29.29',
domains: [
// '$dot.pub',
'$doh.pub'
// '$dns.pub'
'$dot.pub',
'$doh.pub',
'$dns.pub'
]
},
QIHOO360: {