mirror of
https://github.com/wnlen/clash-for-linux.git
synced 2026-02-04 10:11:28 +08:00
10 lines
318 B
Markdown
10 lines
318 B
Markdown
# Mixin 配置目录
|
|
|
|
将额外的 Clash YAML 配置放在此目录下,脚本会按文件名排序后依次拼接到生成的 `config.yaml` 末尾。
|
|
|
|
如需手动指定顺序或使用自定义路径,请在 `.env` 中设置:
|
|
|
|
```bash
|
|
export CLASH_MIXIN_PATHS='conf/mixin.d/base.yaml,conf/mixin.d/rules.yaml'
|
|
```
|