- shadowsocks 转http代理 设置全局代理
polipo socksParentProxy=127.0.0.1:1080 proxyAddress="192.168.0.189"
- 设置代理
使用 curl,wget,brew等http应用程序会调用httpproxy和httpsproxy这两环境变量进行代理,通过下面方式设置:
export http_proxy=http://127.0.0.1:8087
export https_proxy=$http_proxy
- 取消设置
unset http_proxy https_proxy
- 快速切换
可以在 ~/.zshrc
或者~/.bash_profile
中添加这样的alias:
alias goproxy='export http_proxy=http://127.0.0.1:8087 https_proxy=http://127.0.0.1:8087'
alias disproxy='unset http_proxy https_proxy'
这样下次就可以很方便地切换proxy了!
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100408.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...