Skip to main content

终端使用代理

配置

找到与Clash到配置, 将下面的端口替换成代理软件端口。 默认为如下配置:

export http_proxy=http://localhost:7890
export https_proxy=http://localhost:7890

取消配置

unset http_proxy
unset https_proxy

参考

知乎