Refine config example

This commit is contained in:
Loyalsoldier
2020-02-03 00:59:29 +08:00
committed by GitHub
parent b3b6304a12
commit 1953b6a1bb

View File

@@ -44,8 +44,7 @@
**Routing 配置方式**
```json
{
"routing": {
"routing": {
"rules": [
{
"type": "field",
@@ -56,7 +55,6 @@
]
}
]
}
}
```
@@ -67,8 +65,7 @@
**Routing 配置方式**
```json
{
"routing": {
"routing": {
"rules": [
{
"type": "field",
@@ -92,15 +89,13 @@
]
}
]
}
}
```
**DNS 配置方式**
```json
{
"dns": {
"dns": {
"servers": [
{
"address": "1.1.1.1",
@@ -119,7 +114,6 @@
"8.8.8.8",
"223.5.5.5"
]
}
}
```