mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: revert OpenDNS to HTTP/1.1 due to its faulty HTTP/2 impl
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
Build / Remove Artifacts after Deployment (push) Has been cancelled
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
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
@@ -20,7 +20,14 @@ const dnsServers = [
|
||||
// 'https://dns.sb/dns-query', // DNS.SB use same xTom Anycast IP as doh.sb
|
||||
// 'https://dns10.quad9.net/dns-query', // Quad9 unfiltered
|
||||
'h2://9.9.9.10/dns-query', 'h2://149.112.112.10/dns-query', // Quad9 unfiltered
|
||||
'h2://doh.sandbox.opendns.com/dns-query', // OpenDNS sandbox (unfiltered)
|
||||
|
||||
// OpenDNS sandbox (unfiltered), doesn't support HTTP/2 properly
|
||||
// Error: Session closed without receiving a SETTINGS frame
|
||||
//
|
||||
// verified with curl:
|
||||
// curl: (16) Error in the HTTP2 framing layer
|
||||
'https://doh.sandbox.opendns.com/dns-query',
|
||||
|
||||
'h2://unfiltered.adguard-dns.com/dns-query', // AdGuard unfiltered
|
||||
// 'https://v.recipes/dns-query', // Proxy Cloudflare, too many HTTP 503
|
||||
'h2://v.recipes/dns/dns.google/dns-query', // Proxy Google, claims to not limited by Google 1500 QPS limit
|
||||
|
||||
Reference in New Issue
Block a user