当前位置:首页 > CN2资讯 > 正文内容

Ubuntu | 终端设置代理ubuntu设置代理

9小时前CN2资讯


vi ~/.zshrc #if use bash,it's bashrc
# we assume you are using socks5.
# if you are using http or https,it's http://127.0.0.1:12333
# attention: port number may be different.
alias setproxy='export ALL_PROXY=socks5://127.0.0.1:1080'
alias unsetproxy='unset ALL_PROXY'

 

    你可能想看:

    扫描二维码推送至手机访问。

    版权声明:本文由皇冠云发布,如需转载请注明出处。

    本文链接:https://www.idchg.com/info/25013.html

    分享给朋友:

    “Ubuntu | 终端设置代理ubuntu设置代理” 的相关文章