sing-box/docs/configuration/outbound/dns.md
2022-07-23 09:29:37 +08:00

22 lines
274 B
Markdown

`dns` outbound is a DNS server.
### Structure
```json
{
"outbounds": [
{
"type": "dns",
"tag": "dns-out"
}
]
}
```
!!! note ""
There are no outbound connections by the DNS outbound, all requests are handled internally.
### Fields
No fields.