linux 全局代理

2019-11-17  本文已影响0人  长江悠悠向东流

当前窗口代理

export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port

全局代理

vi ~/.bash_profile
export http_proxy=127.0.0.1:port
export https_proxy=127.0.0.1:port
source ~/.bash_profile
上一篇 下一篇

猜你喜欢

热点阅读