1
0
Fork 0
knot-resolver/debian/knot-resolver.kresd.default
Daniel Baumann 36534beaa3
Adding debian version 5.7.5-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 13:56:18 +02:00

13 lines
633 B
Text

# /etc/default/kresd
# This file is used only under sysvinit. If you use systemd and you
# want to modify the arguments with which kresd is invoked, you should
# instead use "systemctl edit kresd@.service" to override ExecStart=
# in the [Service] section (see kresd.systemd(7) for more details).
# For sysvinit users: KRESD_ARGS used to exist for historical reasons,
# but that variable is deprecated and may stop working at some point
# in the future. You are encouraged to merge any local changes into
# DAEMON_ARGS directly.
DAEMON_ARGS="--config=/etc/knot-resolver/kresd.conf --addr=127.0.0.1#53 --addr=::1#53 $KRESD_ARGS"