Skip to content

clash

目录


参考资料:

方法一 | 带 GUI

Clash Releases

方法二 | 不带 GUI

选择不带 GUI 有多种方法

  1. Docker 一键部署 Clash 服务与管理面板 | Laoyutang
bash
docker run -d \
  --name clash \
  --restart=always \
  --log-opt max-size=1m \
  -v /data/clash/clash.yaml:/root/.config/clash/config.yaml \
  -p 7888:8080 -p 7890:7890 \
  laoyutang/clash-and-dashboard:latest

其中需要的 config.yaml 需要自己去下载,参考

#!/bin/bash
curl -o /data/clash/clash.yaml https://cloudupup05.com/auth/register?code=g9Rq
docker restart clash
  1. clash-for-linux | Github

可能需要桌面环境去设置一下

Copyright © 2022 田园幻想乡 浙ICP备2021038778号-1