系统相关
首页 > 系统相关> > Linux clash使用指南

Linux clash使用指南

作者:互联网

linux版本:Ubuntu 18.04

下载

下载地址:https://github.com/Dreamacro/clash/releases
这里对应下载的是最新版本:1.6.5版本的.

解压

gunzip clash-linux-amd64-v1.6.5.gz

移动至/usr/local/bin下,并且设置权限:

sudo mv clash-linux-amd64-v1.6.5 /usr/local/bin/clash
sudo chmod +x /usr/local/bin/clash

启动

初始启动时会下载config.yaml以及Country.mmdb~/config/clash下.
下载好再次启动,就会出现下面的日志:

[clash] sudo clash                                                                                                                                                                                         
INFO[0000] Start initial compatible provider Proxy      
INFO[0000] Start initial compatible provider Domestic   
INFO[0000] Start initial compatible provider AsianTV    
INFO[0000] Start initial compatible provider GlobalTV   
INFO[0000] Start initial compatible provider Others  
...

下载配置文件

~/config/clash里放入购买上网服务给的yaml文件,这里使用的easyssr的服务:

sudo wget -O config.yml 订阅链接

验证

重新启动一下clash让配置生效.打开web配置页面进行节点配置以及选择.

最后再配置一下linux系统设置的代理,使用手动,并且配置httphttps端口为7890,配置socks端口为7891:

使用

下载 SwitchyOmega
插件在chrome上,选择system proxy.
然后可以愉快的冲浪了.

至于后台运行,开机自启,可以参照其他博客设置.

标签:initial,0000,clash,Linux,compatible,Start,provider,使用指南
来源: https://www.cnblogs.com/yuyinzi/p/15138650.html