Add subscription management, mixin, and tun support

This commit is contained in:
wnlen
2026-01-14 13:55:06 +08:00
parent 16382aedf9
commit 7cb66e7da1
7 changed files with 329 additions and 9 deletions

9
conf/mixin.d/README.md Normal file
View File

@ -0,0 +1,9 @@
# Mixin 配置目录
将额外的 Clash YAML 配置放在此目录下,脚本会按文件名排序后依次拼接到生成的 `config.yaml` 末尾。
如需手动指定顺序或使用自定义路径,请在 `.env` 中设置:
```bash
export CLASH_MIXIN_PATHS='conf/mixin.d/base.yaml,conf/mixin.d/rules.yaml'
```