add(index.js): 添加了一些域名进入白名单

pull/325/head
Zhizhong Yan 2024-07-23 15:20:03 +08:00
parent 1c6d7b358d
commit 821c6be47d
No known key found for this signature in database
GPG Key ID: F437E10C3FC0639D
2 changed files with 13 additions and 1 deletions

View File

@ -336,7 +336,10 @@ module.exports = {
'*.microsoft.com': true,
'*.alipay.com': true,
'*.qq.com': true,
'*.baidu.com': true
'*.baidu.com': true,
'www.deepl.com': true,
"ssh.github.com": true,
'*.so.com': true
},
sniList: {
// 'github.com': 'abaidu.com'

View File

@ -67,9 +67,18 @@ module.exports = {
'*.kkgithub.com': true,
'*.ghproxy.*': true,
// Github ssh
"ssh.github.com": true,
// DeepL
'www.deepl.com': true,
// CSDN
'*.csdn.net': true,
// 360 so
'*.so.com': true,
// 百度
'*.baidu.com': true,
'*.baiducontent.com': true,