mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-05 04:47:37 +03:00
46 lines
1 KiB
Markdown
46 lines
1 KiB
Markdown
---
|
|
icon: material/alert-decagram
|
|
---
|
|
|
|
!!! quote "sing-box 1.12.0 中的更改"
|
|
|
|
:material-plus: [type](#type)
|
|
|
|
# DNS Server
|
|
|
|
### 结构
|
|
|
|
```json
|
|
{
|
|
"dns": {
|
|
"servers": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
}
|
|
```
|
|
|
|
#### type
|
|
|
|
DNS 服务器的类型。
|
|
|
|
| 类型 | 格式 |
|
|
|-----------------|-----------------------------|
|
|
| empty (default) | [Legacy](./legacy/) |
|
|
| `tcp` | [TCP](./tcp/) |
|
|
| `udp` | [UDP](./udp/) |
|
|
| `tls` | [TLS](./tls/) |
|
|
| `https` | [HTTPS](./https/) |
|
|
| `quic` | [QUIC](./quic/) |
|
|
| `h3` | [HTTP/3](./http3/) |
|
|
| `predefined` | [Predefined](./predefined/) |
|
|
| `dhcp` | [DHCP](./dhcp/) |
|
|
| `fakeip` | [Fake IP](./fakeip/) |
|
|
| `tailscale` | [Tailscale](./tailscale/) |
|
|
|
|
#### tag
|
|
|
|
DNS 服务器的标签。
|