Featured image of post 在Linux中使用Clash

在Linux中使用Clash

安装

  1. 下载amd64文件:https://github.com/Dreamacro/clash/releases/
  2. gzip -f -d linux-amd64-clash.gz
  3. 下载配置文件config.yaml~/.config/clash
  4. 下载mmdb文件到~/.config/clash

配置(每次使用前)

  1. ./clash启动
  2. 浏览器进入127.0.0.1:9090,Clash控制面板
  3. 选择一个节点
  4. 进入Ubuntu设置,网络设置,代理
  5. Method设为Manual
  6. HTTP Proxy、HTTPs Proxy设置为127.0.0.1:7890
  7. Socks Host设置为127.0.0.1:7891

wget配置代理

  1. 修改/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/
  1. 使用时,wget --proxy=on https://xxxx即可
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus