diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index 1a63b82..5d8c983 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -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',