编辑
2023-03-08
安装与配置
00

创建项目

  1. 创建一个目录 clash,进入
  2. 创建 configs 文件夹,放入自己的订阅文件,修改订阅文件名为config.yaml,不清楚怎么得到订阅文件可以看上一篇(linux 安装 clash)
  3. 创建 docker-compose.yml
编辑
2023-03-08
安装与配置
00

Clash 项目

Clash 的 GitHub 项目地址

下载安装包

转到 release 中,可以看到打包文件

image.png

编辑
2023-03-02
前端
00
编辑
2023-03-01
前端
00
编辑
2023-02-20
安装与配置
00

安装 redis

# 安装 redis 稳定版本 brew install redis

redis 配置文件路径

/opt/homebrew/opt/redis/bin/redis-server /opt/homebrew/etc/redis.conf