mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-13 21:54:13 +08:00
doc words optimize
This commit is contained in:
parent
4f415f6e4a
commit
33f561ba46
@ -102,6 +102,6 @@ Applied:
|
|||||||
|
|
||||||
Just remember these few rules:
|
Just remember these few rules:
|
||||||
|
|
||||||
- Simple values (string, number, boolean) are overwritten, others (array, object) are merged.
|
- Simple values (`string`, `number`, `boolean`) are overwritten, others (`array`, `object`) are merged.
|
||||||
- Elements with same `_tag` in an array will be merged.
|
- Elements with same `_tag` in an array will be merged.
|
||||||
- Elements in an array will be sorted by "_priority" field, the smaller the higher priority.
|
- Elements in an array will be sorted by `_priority` field, the smaller the higher priority.
|
@ -47,9 +47,6 @@ sing-box 支持多文件、多格式混合使用。按照配置文件的加载
|
|||||||
```bash
|
```bash
|
||||||
# 根据参数顺序加载
|
# 根据参数顺序加载
|
||||||
sing-box run -c inbound.json -c outbound.yaml -c http://url.to/config.toml
|
sing-box run -c inbound.json -c outbound.yaml -c http://url.to/config.toml
|
||||||
```
|
|
||||||
|
|
||||||
```bash
|
|
||||||
# 根据文件名顺序加载
|
# 根据文件名顺序加载
|
||||||
sing-box run -r -c config_dir
|
sing-box run -r -c config_dir
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user