Skip to content

代理URL

在网络安全要求严格一些情况下,客户端需要使用代理才能访问到外网,可以配置GOSTC_TRANSPORT_PROXY_URL=http://127.0.0.1:7890环境变量设置代理地址

环境变量的值

  • GOSTC_TRANSPORT_PROXY_URL="http://user:passwd@192.168.1.128:8080"
  • GOSTC_TRANSPORT_PROXY_URL="socks5://user:passwd@192.168.1.128:1080"
  • GOSTC_TRANSPORT_PROXY_URL="ntlm://user:passwd@192.168.1.128:2080"