linux设置代理的命令
让当前终端的所有网络请求(包括即将启动的 CC-Switch)都走 Clash 的 7890 端口
export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890
export no_proxy=localhost,127.0.0.1,100.99.36.102
export http_proxy=http://127.0.0.1:7890
export https_proxy=http://127.0.0.1:7890
export no_proxy=localhost,127.0.0.1,100.99.36.102