Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Feb 20, 2024
1 parent a3f2272 commit 3bd4d52
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/config/proxy-providers/override.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ proxy-providers:
health-check: {enable: true, url: http://www.gstatic.com/generate_204, interval: 300}
override:
udp: true
name-prefix: prefix
name-suffix: suffix
```

覆写支持字段
## 覆写支持字段

[udp](../proxies/index.md#udp)

Expand All @@ -25,3 +27,11 @@ proxy-providers:
[routing-mark](../proxies/index.md#routing-mark)

[ip-version](../proxies/index.md#ip-version)

### name-prefix

添加节点名称前缀

### name-suffix

添加节点名称后缀

0 comments on commit 3bd4d52

Please sign in to comment.