撤回部分配置的调整。

pull/280/head
王良 2024-03-26 14:35:15 +08:00
parent 82fe010aa4
commit d05af45f3e
2 changed files with 8 additions and 5 deletions

View File

@ -50,11 +50,6 @@ module.exports = {
enabled: true
},
intercepts: {
'*': {
'/.*': {
options: true
}
},
'github.com': {
'/.*/.*/releases/download/': {
redirect: 'gh.api.99988866.xyz/https://github.com',
@ -231,6 +226,9 @@ module.exports = {
}
},
whiteList: {
'*.cn': true,
'cn.*': true,
'*china*': true,
'*.dingtalk.com': true,
'*.apple.com': true,
'*.microsoft.com': true,

View File

@ -58,6 +58,11 @@ module.exports = {
excludeIpList: {
// region 常用国内可访问域名
// 中国大陆
'*.cn': true,
'cn.*': true,
'*china*': true,
// 系统之家
'*.xitongzhijia.net': true,