sing-box/docs/configuration/outbound/dns.md

22 lines
274 B
Markdown
Raw Normal View History

2022-07-23 01:29:37 +00:00
`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.