Clash

https://github.com/Dreamacro/clash

把clash从官网下载后,先运行会生成相应的配置文件

本地配置代理

添加以下内容到 ~/.bashrc 或者 ~/.zshrc

  1. export https_proxy="http://localhost:7893";
  2. export http_proxy="http://localhost:7893";

将解压的文件所在的路径添加到环境变量后,在zsh中输入clash就能开启高速上网

  1. vim .zshrc
  2. export PATH="$HOME/bin:$PATH"