Refine config example

This commit is contained in:
Loyalsoldier 2020-02-03 00:59:29 +08:00 committed by GitHub
parent b3b6304a12
commit 1953b6a1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,6 @@
**Routing 配置方式**
```json
{
"routing": {
"rules": [
{
@ -57,7 +56,6 @@
}
]
}
}
```
### geosite.dat
@ -67,7 +65,6 @@
**Routing 配置方式**
```json
{
"routing": {
"rules": [
{
@ -93,13 +90,11 @@
}
]
}
}
```
**DNS 配置方式**
```json
{
"dns": {
"servers": [
{
@ -120,7 +115,6 @@
"223.5.5.5"
]
}
}
```
## 致谢