diff --git a/clash.md b/clash.md index a5548da..5111f53 100644 --- a/clash.md +++ b/clash.md @@ -2,9 +2,9 @@ | 系统 | 点击下载 | |:-----|:-----| -| Windows |[x86](https://baidu.com/app/cfw_x86.exe) [Arm](https://baidu.com/app/cfw_arm.exe)| -| Mac |[Intel](https://baidu.com/app/cfm_intel.dmg) [Arm](https://baidu.com/app/cfm_arm.dmg)| -| Android |[通用](https://baidu.com/app/cmfa.apk)| +| Windows |[x86](https://stf.jkwlstv.cn/app/cfw_x86.exe) [Arm](https://stf.jkwlstv.cn/app/cfw_arm.exe)| +| Mac |[Intel](https://stf.jkwlstv.cn/app/cfm_intel.dmg) [Arm](https://stf.jkwlstv.cn/app/cfm_arm.dmg)| +| Android |[通用](https://stf.jkwlstv.cn/app/cmfa.apk)| ## Android
@@ -41,12 +41,18 @@ Potatso 是**免费**的,不差钱可以用 Shadowrocket。 ## Docker ```bash +# 创建主目录 +mkdir clash && cd clash # 下载镜像 -wget https://baidu.com/app/cfd.tar +wget https://stf.jkwlstv.cn/app/cfd.tar # 导入 docker load -i cfd.tar # 删除(可选) rm -rf cfd.tar +# 创建data目录 +mkdir data && cd data +# 下载Country.mmdb +wget https://stf.jkwlstv.cn/app/Country.mmdb ``` ### 目录结构 @@ -54,6 +60,7 @@ rm -rf cfd.tar ```text clash/ ├── data/ +│ ├── Country.mmdb │ └── config.yaml └── docker-compose.yaml ```