mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
documentation: Minor fixes
This commit is contained in:
parent
2eed6d48db
commit
1c9e166e75
@ -27,19 +27,20 @@ icon: material/alert-decagram
|
|||||||
|
|
||||||
The type of the DNS server.
|
The type of the DNS server.
|
||||||
|
|
||||||
| Type | Format |
|
| Type | Format |
|
||||||
|-----------------|-----------------------------|
|
|-----------------|---------------------------|
|
||||||
| empty (default) | [Legacy](./legacy/) |
|
| empty (default) | [Legacy](./legacy/) |
|
||||||
| `tcp` | [TCP](./tcp/) |
|
| `local` | [Local](./local/) |
|
||||||
| `udp` | [UDP](./udp/) |
|
| `hosts` | [Hosts](./hosts/) |
|
||||||
| `tls` | [TLS](./tls/) |
|
| `tcp` | [TCP](./tcp/) |
|
||||||
| `https` | [HTTPS](./https/) |
|
| `udp` | [UDP](./udp/) |
|
||||||
| `quic` | [QUIC](./quic/) |
|
| `tls` | [TLS](./tls/) |
|
||||||
| `h3` | [HTTP/3](./http3/) |
|
| `quic` | [QUIC](./quic/) |
|
||||||
| `predefined` | [Predefined](./predefined/) |
|
| `https` | [HTTPS](./https/) |
|
||||||
| `dhcp` | [DHCP](./dhcp/) |
|
| `h3` | [HTTP/3](./http3/) |
|
||||||
| `fakeip` | [Fake IP](./fakeip/) |
|
| `dhcp` | [DHCP](./dhcp/) |
|
||||||
| `tailscale` | [Tailscale](./tailscale/) |
|
| `fakeip` | [Fake IP](./fakeip/) |
|
||||||
|
| `tailscale` | [Tailscale](./tailscale/) |
|
||||||
|
|
||||||
#### tag
|
#### tag
|
||||||
|
|
||||||
|
@ -27,19 +27,20 @@ icon: material/alert-decagram
|
|||||||
|
|
||||||
DNS 服务器的类型。
|
DNS 服务器的类型。
|
||||||
|
|
||||||
| 类型 | 格式 |
|
| 类型 | 格式 |
|
||||||
|-----------------|-----------------------------|
|
|-----------------|---------------------------|
|
||||||
| empty (default) | [Legacy](./legacy/) |
|
| empty (default) | [Legacy](./legacy/) |
|
||||||
| `tcp` | [TCP](./tcp/) |
|
| `local` | [Local](./local/) |
|
||||||
| `udp` | [UDP](./udp/) |
|
| `hosts` | [Hosts](./hosts/) |
|
||||||
| `tls` | [TLS](./tls/) |
|
| `tcp` | [TCP](./tcp/) |
|
||||||
| `https` | [HTTPS](./https/) |
|
| `udp` | [UDP](./udp/) |
|
||||||
| `quic` | [QUIC](./quic/) |
|
| `tls` | [TLS](./tls/) |
|
||||||
| `h3` | [HTTP/3](./http3/) |
|
| `quic` | [QUIC](./quic/) |
|
||||||
| `predefined` | [Predefined](./predefined/) |
|
| `https` | [HTTPS](./https/) |
|
||||||
| `dhcp` | [DHCP](./dhcp/) |
|
| `h3` | [HTTP/3](./http3/) |
|
||||||
| `fakeip` | [Fake IP](./fakeip/) |
|
| `dhcp` | [DHCP](./dhcp/) |
|
||||||
| `tailscale` | [Tailscale](./tailscale/) |
|
| `fakeip` | [Fake IP](./fakeip/) |
|
||||||
|
| `tailscale` | [Tailscale](./tailscale/) |
|
||||||
|
|
||||||
#### tag
|
#### tag
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
| QUIC 客户端 | 类型 |
|
| QUIC 客户端 | 类型 |
|
||||||
|:------------------------:|:----------:|
|
|:------------------------:|:----------:|
|
||||||
| Chromium/Cronet | `chrimium` |
|
| Chromium/Cronet | `chromium` |
|
||||||
| Safari/Apple Network API | `safari` |
|
| Safari/Apple Network API | `safari` |
|
||||||
| Firefox / uquic firefox | `firefox` |
|
| Firefox / uquic firefox | `firefox` |
|
||||||
| quic-go / uquic chrome | `quic-go` |
|
| quic-go / uquic chrome | `quic-go` |
|
||||||
|
@ -292,7 +292,7 @@ DNS servers are refactored for better performance and scalability.
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fakeip": {
|
"fakeip": {
|
||||||
"enable": true,
|
"enabled": true,
|
||||||
"inet4_range": "198.18.0.0/15",
|
"inet4_range": "198.18.0.0/15",
|
||||||
"inet6_range": "fc00::/18"
|
"inet6_range": "fc00::/18"
|
||||||
}
|
}
|
||||||
@ -556,7 +556,8 @@ The legacy outbound DNS rules are deprecated and can be replaced by new domain r
|
|||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"type": "local"
|
"type": "local",
|
||||||
|
"tag": "local"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -619,7 +620,8 @@ some people mistakenly believe that `domain_strategy` is the same feature as in
|
|||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"type": "local"
|
"type": "local",
|
||||||
|
"tag": "local"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -292,7 +292,7 @@ DNS 服务器已经重构。
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"fakeip": {
|
"fakeip": {
|
||||||
"enable": true,
|
"enabled": true,
|
||||||
"inet4_range": "198.18.0.0/15",
|
"inet4_range": "198.18.0.0/15",
|
||||||
"inet6_range": "fc00::/18"
|
"inet6_range": "fc00::/18"
|
||||||
}
|
}
|
||||||
@ -556,7 +556,8 @@ DNS 服务器已经重构。
|
|||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"type": "local"
|
"type": "local",
|
||||||
|
"tag": "local"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -618,7 +619,8 @@ DNS 服务器已经重构。
|
|||||||
"dns": {
|
"dns": {
|
||||||
"servers": [
|
"servers": [
|
||||||
{
|
{
|
||||||
"type": "local"
|
"type": "local",
|
||||||
|
"tag": "local"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user