CameronL's Blog

不积跬步,无以至千里

0%

Mac终端代理

配置http 代理访问

$ export http_proxy=socks5://127.0.0.1:1080

配置https 代理访问

$ export https_proxy=socks5://127.0.0.1:1080

配置http和https访问

$ export all_proxy=socks5://127.0.0.1:1080

取消http 代理访问

$ unset http_proxy

取消https 代理访问

$ unset https_proxy

取消http和https 代理访问

$ unset all_proxy

CameronL 微信

微信

CameronL 支付宝

支付宝