安装
- 下载amd64文件:https://github.com/Dreamacro/clash/releases/
gzip -f -d linux-amd64-clash.gz
- 下载配置文件
config.yaml
到~/.config/clash
- 下载mmdb文件到
~/.config/clash
配置(每次使用前)
./clash
启动
- 浏览器进入
127.0.0.1:9090
,Clash控制面板
- 选择一个节点
- 进入Ubuntu设置,网络设置,代理
Method
设为Manual
- HTTP Proxy、HTTPs Proxy设置为
127.0.0.1:7890
- Socks Host设置为
127.0.0.1:7891
wget配置代理
- 修改
/etc/wgetrc
,其中
https_proxy = http://127.0.0.1:7890/
http_proxy = http://127.0.0.1:7890/
ftp_proxy = http://127.0.0.1:7890/
- 使用时,
wget --proxy=on https://xxxx
即可