mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 02:53:12 +00:00
22 lines
274 B
Markdown
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.
|