梯子配置,添加chatgpt和openai相关域名。
parent
abcfdd24d9
commit
bb47cc6a6f
|
@ -264,7 +264,7 @@ module.exports = {
|
|||
},
|
||||
mapping: {
|
||||
'*.github.com': 'quad9',
|
||||
'*.*github*.com': 'quad9',
|
||||
'*github*.com': 'quad9',
|
||||
'*.github.io': 'quad9',
|
||||
'*.docker.com': 'quad9',
|
||||
'*.docker*.com': 'quad9',
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
"plugin": {
|
||||
"overwall": {
|
||||
"targets": {
|
||||
"*.github.com": true,
|
||||
"*github*.com": true,
|
||||
"*.wikimedia.org": true,
|
||||
"v2ex.com": true,
|
||||
|
|
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
'*.github.com': true,
|
||||
'*github*.com': true,
|
||||
'*.wikimedia.org': true,
|
||||
'*.v2ex.com': true,
|
||||
'v2ex.com': true,
|
||||
'*.azureedge.net': true,
|
||||
'*.cloudfront.net': true,
|
||||
'*.bing.com': true,
|
||||
|
@ -36,7 +36,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,
|
||||
|
|
Loading…
Reference in New Issue