代理设置

记录我的网络代理设置

最后修改于:

Mac 客户端

Terminal 代理

1
2
# .config/fish/config.fish
alias all_proxy='export http_proxy=http://127.0.0.1:1087;export https_proxy=http://127.0.0.1:1087;export ALL_PROXY=socks5://127.0.0.1:1080'

git ssh 代理

1
2
3
4
# .ssh/config
Host github.com
    User git
    ProxyCommand nc -v -x 127.0.0.1:1080 %h %p
本文总阅读量 次 本文总访客量 人 本站总访问量 次 本站总访客数
发表了20篇文章 · 总计32.36k字
本博客已稳定运行
使用 Hugo 构建
主题 StackJimmy 设计