Update jdCookie.js

This commit is contained in:
6dylan6 2024-11-04 23:39:10 +08:00 committed by GitHub
parent 9b4ef9d439
commit 34184d4e81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -78,9 +78,7 @@ if (process.env.DP_POOL) {
try {
require("global-agent/bootstrap");
global.GLOBAL_AGENT.HTTP_PROXY = process.env.DP_POOL;
if (process.env.NO_PROXY) {
global.GLOBAL_AGENT.NO_PROXY = process.env.NO_PROXY;
}
global.GLOBAL_AGENT.NO_PROXY = '127.0.0.1,localhost';
console.log(`\n---------------使用代理池模式---------------\n`);
} catch {
throw new Error(`请安装global-agent依赖才能启用代理`);