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

18 lines
242 B
Markdown
Raw Normal View History

`dns` outbound is a internal DNS server.
2022-07-23 01:29:37 +00:00
### Structure
```json
{
2022-08-31 05:21:29 +00:00
"type": "dns",
"tag": "dns-out"
2022-07-23 01:29:37 +00:00
}
```
!!! note ""
There are no outbound connections by the DNS outbound, all requests are handled internally.
### Fields
No fields.