Update index.js

添加DNS
pull/311/head
璀璨梦星 2024-05-11 01:43:19 +08:00
parent 89254af9e2
commit 1a41eca5e3
1 changed files with 6 additions and 1 deletions

View File

@ -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',