系统代理排除列表中,排除 challenges.cloudflare.com
parent
860470af61
commit
e21f74bb94
|
@ -36,7 +36,10 @@
|
||||||
"proxy": {
|
"proxy": {
|
||||||
"excludeIpList": {
|
"excludeIpList": {
|
||||||
// Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
|
// Github文件上传所使用的域名,被DS代理会导致文件上传经常失败,从系统代理中排除掉
|
||||||
"objects-origin.githubusercontent.com": true
|
"objects-origin.githubusercontent.com": true,
|
||||||
|
|
||||||
|
// cloudflare:排除以下域名,cloudflare的人机校验会更快,成功率更高。
|
||||||
|
'challenges.cloudflare.com': true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugin": {
|
"plugin": {
|
||||||
|
|
|
@ -176,6 +176,9 @@ module.exports = {
|
||||||
// 网站ICP备案查询
|
// 网站ICP备案查询
|
||||||
'*.icpapi.com': true,
|
'*.icpapi.com': true,
|
||||||
|
|
||||||
|
// cloudflare
|
||||||
|
'challenges.cloudflare.com': true,
|
||||||
|
|
||||||
// endregion
|
// endregion
|
||||||
|
|
||||||
// 本地地址,无需代理
|
// 本地地址,无需代理
|
||||||
|
|
Loading…
Reference in New Issue