Clash安装教程
下载
地址(https://github.com/Dreamacro/clash)
找到对应的版本复制下载地址.
1 | mkdir Clsah |
配置订阅信息
1 | cd /Clash |
设置系统代理
1 | vim /etc/profile |
在最后面添加
1 | export http_proxy="http://127.0.0.1:7890" |
保存退出后
1 | source /etc/profile |
启动
1 | ./clash -d . |
实现网络代理的切换
首先启动clash
可以看到外部可以访问的端口为9090
记得配置服务器的端口,可以使外部访问9090端口
点击clash.razord.top进行配置
host 设置为服务器的IP,密码可以不用配置。
在代理中切换
在GUI界面中实现配置
点击查看配置 clash for linux ,适用于ubuntu 20.04(更新于2021.11.6) - 知乎 (zhihu.com)