1
0
mirror of https://github.com/6dylan6/jdpro.git synced 2026-04-16 12:38:56 +08:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Tangcong
b4b96c0081 Merge 005fe03104 into 873b742a6d 2024-11-04 10:49:28 +08:00
4 changed files with 3 additions and 23 deletions

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long