简体中文
Appearance
为 Node.js 进程设置全局 HTTP/HTTPS/SOCKS 代理。插件启用后,会替换 http.globalAgent 与 https.globalAgent,从而影响整个进程中发起的请求。
http.globalAgent
https.globalAgent
string
http://127.0.0.1:7890
代理地址,支持 http / https / socks5。
http
https
socks5