diff --git a/packages/core/src/config/index.js b/packages/core/src/config/index.js index 9658fc0..c4067e1 100644 --- a/packages/core/src/config/index.js +++ b/packages/core/src/config/index.js @@ -265,6 +265,7 @@ module.exports = { } }, mapping: { + '*.github.com': 'quad9', '*github*.com': 'quad9', '*.github.io': 'quad9', '*.docker.com': 'quad9', diff --git a/packages/core/src/config/remote_config.json5 b/packages/core/src/config/remote_config.json5 index 27f38fc..e004e97 100644 --- a/packages/core/src/config/remote_config.json5 +++ b/packages/core/src/config/remote_config.json5 @@ -43,6 +43,7 @@ "plugin": { "overwall": { "targets": { + "*.github.com": true, "*github*.com": true, "*.wikimedia.org": true, "v2ex.com": true, diff --git a/packages/core/src/modules/plugin/overwall/config.js b/packages/core/src/modules/plugin/overwall/config.js index ed5b945..d7d3bed 100644 --- a/packages/core/src/modules/plugin/overwall/config.js +++ b/packages/core/src/modules/plugin/overwall/config.js @@ -12,7 +12,7 @@ module.exports = { targets: { '*github*.com': true, '*.wikimedia.org': true, - '*.v2ex.com': true, + 'v2ex.com': true, '*.azureedge.net': true, '*.cloudfront.net': true, '*.bing.com': true, @@ -35,7 +35,10 @@ module.exports = { '*.intlify.dev': true, '*.segment.io': true, '*.shields.io': true, - '*.jsdelivr.net': true + '*.jsdelivr.net': true, + '*.openai.com': true, + '*.chatgpt.com': true, + '*.oaistatic.com': true }, pac: { enabled: true,