mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 11:03:13 +00:00
22 lines
284 B
Markdown
22 lines
284 B
Markdown
`dns` 出站是一个内部 DNS 服务器。
|
|
|
|
### 结构
|
|
|
|
```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. |