撤回部分配置的调整。

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

View File

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