撤回部分配置的调整。
parent
82fe010aa4
commit
d05af45f3e
|
@ -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,
|
||||||
|
|
|
@ -58,6 +58,11 @@ module.exports = {
|
||||||
excludeIpList: {
|
excludeIpList: {
|
||||||
// region 常用国内可访问域名
|
// region 常用国内可访问域名
|
||||||
|
|
||||||
|
// 中国大陆
|
||||||
|
'*.cn': true,
|
||||||
|
'cn.*': true,
|
||||||
|
'*china*': true,
|
||||||
|
|
||||||
// 系统之家
|
// 系统之家
|
||||||
'*.xitongzhijia.net': true,
|
'*.xitongzhijia.net': true,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue