mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-10 03:55:35 +08:00
Refine config example
This commit is contained in:
parent
b3b6304a12
commit
1953b6a1bb
@ -44,7 +44,6 @@
|
|||||||
**Routing 配置方式**:
|
**Routing 配置方式**:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
|
||||||
"routing": {
|
"routing": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
@ -57,7 +56,6 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### geosite.dat
|
### geosite.dat
|
||||||
@ -67,7 +65,6 @@
|
|||||||
**Routing 配置方式**:
|
**Routing 配置方式**:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
|
||||||
"routing": {
|
"routing": {
|
||||||
"rules": [
|
"rules": [
|
||||||
{
|
{
|
||||||
@ -93,13 +90,11 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
**DNS 配置方式**:
|
**DNS 配置方式**:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
|
||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
@ -120,7 +115,6 @@
|
|||||||
"223.5.5.5"
|
"223.5.5.5"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 致谢
|
## 致谢
|
||||||
|
Loading…
Reference in New Issue
Block a user