Skip to content

Commit e5f6a1e

Browse files
author
reletor
authored
documentation: Minor fixes
1 parent 82c3330 commit e5f6a1e

File tree

5 files changed

+40
-34
lines changed

5 files changed

+40
-34
lines changed

docs/configuration/dns/server/index.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ icon: material/alert-decagram
2727

2828
The type of the DNS server.
2929

30-
| Type | Format |
31-
|-----------------|-----------------------------|
32-
| empty (default) | [Legacy](./legacy/) |
33-
| `tcp` | [TCP](./tcp/) |
34-
| `udp` | [UDP](./udp/) |
35-
| `tls` | [TLS](./tls/) |
36-
| `https` | [HTTPS](./https/) |
37-
| `quic` | [QUIC](./quic/) |
38-
| `h3` | [HTTP/3](./http3/) |
39-
| `predefined` | [Predefined](./predefined/) |
40-
| `dhcp` | [DHCP](./dhcp/) |
41-
| `fakeip` | [Fake IP](./fakeip/) |
42-
| `tailscale` | [Tailscale](./tailscale/) |
30+
| Type | Format |
31+
|-----------------|---------------------------|
32+
| empty (default) | [Legacy](./legacy/) |
33+
| `local` | [Local](./local/) |
34+
| `hosts` | [Hosts](./hosts/) |
35+
| `tcp` | [TCP](./tcp/) |
36+
| `udp` | [UDP](./udp/) |
37+
| `tls` | [TLS](./tls/) |
38+
| `quic` | [QUIC](./quic/) |
39+
| `https` | [HTTPS](./https/) |
40+
| `h3` | [HTTP/3](./http3/) |
41+
| `dhcp` | [DHCP](./dhcp/) |
42+
| `fakeip` | [Fake IP](./fakeip/) |
43+
| `tailscale` | [Tailscale](./tailscale/) |
4344

4445
#### tag
4546

docs/configuration/dns/server/index.zh.md

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ icon: material/alert-decagram
2727

2828
DNS 服务器的类型。
2929

30-
| 类型 | 格式 |
31-
|-----------------|-----------------------------|
32-
| empty (default) | [Legacy](./legacy/) |
33-
| `tcp` | [TCP](./tcp/) |
34-
| `udp` | [UDP](./udp/) |
35-
| `tls` | [TLS](./tls/) |
36-
| `https` | [HTTPS](./https/) |
37-
| `quic` | [QUIC](./quic/) |
38-
| `h3` | [HTTP/3](./http3/) |
39-
| `predefined` | [Predefined](./predefined/) |
40-
| `dhcp` | [DHCP](./dhcp/) |
41-
| `fakeip` | [Fake IP](./fakeip/) |
42-
| `tailscale` | [Tailscale](./tailscale/) |
30+
| 类型 | 格式 |
31+
|-----------------|---------------------------|
32+
| empty (default) | [Legacy](./legacy/) |
33+
| `local` | [Local](./local/) |
34+
| `hosts` | [Hosts](./hosts/) |
35+
| `tcp` | [TCP](./tcp/) |
36+
| `udp` | [UDP](./udp/) |
37+
| `tls` | [TLS](./tls/) |
38+
| `quic` | [QUIC](./quic/) |
39+
| `https` | [HTTPS](./https/) |
40+
| `h3` | [HTTP/3](./http3/) |
41+
| `dhcp` | [DHCP](./dhcp/) |
42+
| `fakeip` | [Fake IP](./fakeip/) |
43+
| `tailscale` | [Tailscale](./tailscale/) |
4344

4445
#### tag
4546

docs/configuration/route/sniff.zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
| QUIC 客户端 | 类型 |
2828
|:------------------------:|:----------:|
29-
| Chromium/Cronet | `chrimium` |
29+
| Chromium/Cronet | `chromium` |
3030
| Safari/Apple Network API | `safari` |
3131
| Firefox / uquic firefox | `firefox` |
32-
| quic-go / uquic chrome | `quic-go` |
32+
| quic-go / uquic chrome | `quic-go` |

docs/migration.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ DNS servers are refactored for better performance and scalability.
292292
}
293293
],
294294
"fakeip": {
295-
"enable": true,
295+
"enabled": true,
296296
"inet4_range": "198.18.0.0/15",
297297
"inet6_range": "fc00::/18"
298298
}
@@ -556,7 +556,8 @@ The legacy outbound DNS rules are deprecated and can be replaced by new domain r
556556
"dns": {
557557
"servers": [
558558
{
559-
"type": "local"
559+
"type": "local",
560+
"tag": "local"
560561
}
561562
]
562563
},
@@ -619,7 +620,8 @@ some people mistakenly believe that `domain_strategy` is the same feature as in
619620
"dns": {
620621
"servers": [
621622
{
622-
"type": "local"
623+
"type": "local",
624+
"tag": "local"
623625
}
624626
]
625627
},

docs/migration.zh.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ DNS 服务器已经重构。
292292
}
293293
],
294294
"fakeip": {
295-
"enable": true,
295+
"enabled": true,
296296
"inet4_range": "198.18.0.0/15",
297297
"inet6_range": "fc00::/18"
298298
}
@@ -556,7 +556,8 @@ DNS 服务器已经重构。
556556
"dns": {
557557
"servers": [
558558
{
559-
"type": "local"
559+
"type": "local",
560+
"tag": "local"
560561
}
561562
]
562563
},
@@ -618,7 +619,8 @@ DNS 服务器已经重构。
618619
"dns": {
619620
"servers": [
620621
{
621-
"type": "local"
622+
"type": "local",
623+
"tag": "local"
622624
}
623625
]
624626
},

0 commit comments

Comments
 (0)