mirror of
https://github.com/6dylan6/jdpro.git
synced 2025-12-16 21:50:53 +00:00
commit
dfa5625315
@ -78,6 +78,7 @@ 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依赖,才能启用代理!`);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user