mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
18 lines
242 B
Markdown
18 lines
242 B
Markdown
`dns` outbound is a internal DNS server.
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "dns",
|
|
"tag": "dns-out"
|
|
}
|
|
```
|
|
|
|
!!! note ""
|
|
|
|
There are no outbound connections by the DNS outbound, all requests are handled internally.
|
|
|
|
### Fields
|
|
|
|
No fields. |