dnsconfd - Man Page

local DNS cache configuration daemon

Synopsis

dnsconfd [-h] [-s] [--dbus-name DBUS_NAME] [--log-level {DEBUG,INFO,WARN}] [--resolv-conf-path RESOLV_CONF_PATH]

Description

Dnsconfd is a local cache configuration daemon. It implements DBus interface of systemd-resolved and translates it's use to dns service's configuration.

Options

-h, ā€‰--help

Show help message and exit

-s, ā€‰--status

Print status of already running instance if any

--dbus-name DBUS_NAME

DBus name that dnsconfd should use

--log-level {DEBUG,INFO,WARN}

Log level of dnsconfd

--resolv-conf-path RESOLV_CONF_PATH

Path to resolv.conf that the dnsconfd should manage

Exit Status

0

No error has occured. When status was requested, dnsconfd has been able to retrieve it successfully.

1

Error has occured or dnsconfd was not able to retrieve status successfully.

Environment

Environment variables are overriden if their argument counterparts are used.

DBUS_NAME

DBus name that dnsconfd should use

RESOLV_CONF_PATH

Path to resolv.conf that the dnsconfd should manage

LOG_LEVEL

Log level of dnsconfd

Files

Dnsconfd manages resolv.conf to route domain name resolution to local cache service.

Notes

The only currently supported backend is Unbound.

Reporting Bugs

Please for reporting bugs use Github repository https://github.com/InfrastructureServices/dnsconfd

Info

10 Oct 2023 dnsconfd-0.0.1