效率工具指南

#81 Mac终端开启全局代理的方法

Mac终端开启全局代理的方法
我用的代理工具是 ClashX,端口如下
export https_proxy=http://127.0.0.1:7890 http_proxy=http://127.0.0.1:7890 all_proxy=socks5://127.0.0.1:789
badge