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

26 lines
490 B
Markdown
Raw Permalink Normal View History

2024-11-06 11:02:55 +00:00
---
icon: material/delete-clock
---
!!! failure "Deprecated in sing-box 1.11.0"
Legacy special outbounds are deprecated and will be removed in sing-box 1.13.0, check [Migration](/migration/#migrate-legacy-special-outbounds-to-rule-actions).
`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.