mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-02-04 10:11:28 +08:00
Add subscription management, mixin, and tun support
This commit is contained in:
9
conf/mixin.d/README.md
Normal file
9
conf/mixin.d/README.md
Normal 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'
|
||||
```
|
||||
Reference in New Issue
Block a user