mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 01:22:07 +08:00
45 lines
639 B
Markdown
45 lines
639 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.12.0"
|
|
|
|
# Resolved
|
|
|
|
Resolved service is a fake systemd-resolved DBUS service to receive DNS settings from other programs
|
|
(e.g. NetworkManager) and provide DNS resolution.
|
|
|
|
See also: [Resolved DNS Server](/configuration/dns/server/resolved/)
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"type": "resolved",
|
|
|
|
... // Listen Fields
|
|
}
|
|
```
|
|
|
|
### Listen Fields
|
|
|
|
See [Listen Fields](/configuration/shared/listen/) for details.
|
|
|
|
### Fields
|
|
|
|
#### listen
|
|
|
|
==Required==
|
|
|
|
Listen address.
|
|
|
|
`127.0.0.53` will be used by default.
|
|
|
|
#### listen_port
|
|
|
|
==Required==
|
|
|
|
Listen port.
|
|
|
|
`53` will be used by default.
|