希曼日记

终端使用代理

本页目录 3
  1. 配置
  2. 取消配置
  3. 参考

配置

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

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

取消配置

unset http_proxy
unset https_proxy

参考

知乎