当前位置:   article > 正文

macOS 终端 Terminal 走代理_mac terminal export ssl.truststore

mac terminal export ssl.truststore

设置 Http 代理

echo "alias proxy='export all_proxy=http://${proxy_addr}:${port}'" >> ~/.bash_profile && source ~/.bash_profile
  • 1

设置 Socks5 代理

echo "alias proxy='export all_proxy=socks5://${proxy_addr}:${port}'" >> ~/.bash_profile && source ~/.bash_profile
  • 1

取消代理

echo "alias unproxy='unset all_proxy'" >> ~/.bash_profile && source ~/.bash_profile
  • 1

使用方法

proxy  # 开始使用代理
unproxy  # 停止使用代理
  • 1
  • 2
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/336216
推荐阅读
相关标签
  

闽ICP备14008679号