mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
980 B
980 B
icon |
---|
material/alert-decagram |
!!! quote "Changes in sing-box 1.12.0"
:material-plus: [type](#type)
DNS Server
Structure
{
"dns": {
"servers": [
{
"type": "",
"tag": ""
}
]
}
}
type
The type of the DNS server.
Type | Format |
---|---|
empty (default) | Legacy |
tcp |
TCP |
udp |
UDP |
tls |
TLS |
https |
HTTPS |
quic |
QUIC |
h3 |
HTTP/3 |
predefined |
Predefined |
dhcp |
DHCP |
fakeip |
Fake IP |
tailscale |
Tailscale |
tag
The tag of the DNS server.