clash在Linux中如何使用

简单表述一下clash在Linux系统中如何使用

值得细讲的点

Linux的Clash,因为在github上,clash删库跑路了,所以现存的clash压缩包

1
wget https://github.com/Dreamacro/clash/releases/download/v1.14.0/clash-linux-amd64-v1.14.0.gz

建议自己也存一份

curl https://glados.rocks/tools/clash-linux.zip -o clash.zip

解压(unzip)

上传配置文件(就是机场订阅链接下载下来的哪个yaml文件)

启动

./clash-linux-amd64-v1.10.0 -f glados.yaml -d .

设置环境变量

1
2
3
export https_proxy=http://127.0.0.1:7890 
export http_proxy=http://127.0.0.1:7890
export all_proxy=socks5://127.0.0.1:7890

参考

在 Linux 中使用 Clash | CodeSwift (iswiftai.com)

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Built with Hugo
Theme Stack designed by Jimmy