lgfinfo
Results
1
comments of
lgfinfo
import { setGlobalDispatcher, ProxyAgent } from 'undici'; // 配置代理 const proxyUrl = 'http://127.0.0.1:7890'; // 替换为你的代理地址 const dispatcher = new ProxyAgent(proxyUrl); process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'; setGlobalDispatcher(dispatcher);