parent
89254af9e2
commit
1a41eca5e3
|
@ -281,7 +281,7 @@ module.exports = {
|
|||
server: 'https://dns.alidns.com/dns-query',
|
||||
cacheSize: 1000
|
||||
},
|
||||
usa: {
|
||||
cloudflare: {
|
||||
type: 'https',
|
||||
server: 'https://1.1.1.1/dns-query',
|
||||
cacheSize: 1000
|
||||
|
@ -291,6 +291,11 @@ module.exports = {
|
|||
server: 'https://9.9.9.9/dns-query',
|
||||
cacheSize: 1000
|
||||
},
|
||||
safe360: {
|
||||
type: 'https',
|
||||
server: 'https://doh.360.cn/dns-query',
|
||||
cacheSize: 1000
|
||||
},
|
||||
rubyfish: {
|
||||
type: 'https',
|
||||
server: 'https://rubyfish.cn/dns-query',
|
||||
|
|
Loading…
Reference in New Issue