系统代理排除列表中,排除 challenges.cloudflare.com

pull/312/head^2
王良 2024-06-18 14:05:08 +08:00
parent 860470af61
commit e21f74bb94
2 changed files with 7 additions and 1 deletions

View File

@ -36,7 +36,10 @@
"proxy": {
"excludeIpList": {
// Github文件上传所使用的域名被DS代理会导致文件上传经常失败从系统代理中排除掉
"objects-origin.githubusercontent.com": true
"objects-origin.githubusercontent.com": true,
// cloudflare排除以下域名cloudflare的人机校验会更快成功率更高。
'challenges.cloudflare.com': true
}
},
"plugin": {

View File

@ -176,6 +176,9 @@ module.exports = {
// 网站ICP备案查询
'*.icpapi.com': true,
// cloudflare
'challenges.cloudflare.com': true,
// endregion
// 本地地址,无需代理