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