Quantcast
Channel: Visual Studio Code
Viewing all articles
Browse latest Browse all 598

链接服务器后,如何在服务端走翻墙代理

$
0
0

装了 codex ,本地通过如下方法可以使用代理,然后使用 codex

export HTTP_PROXY="socks5://127.0.0.1:1080"
export HTTPS_PROXY="socks5://127.0.0.1:1080"
code &

我的使用场景是需要链接服务器,在服务端挂载这个代理呢?


Viewing all articles
Browse latest Browse all 598

Trending Articles