openbsd-ports/net/unbound/patches/patch-doc_example_conf_in
sthen 73f342959a update to unbound 1.4.18; includes a crash fix (assertion failure).
- rc.d script now generates the unbound-control keys if they don't exist
and the sample config file is patched to enable this, various rc.d/unbound
actions depend on this, pointed out/ok aja@
2012-08-04 20:43:54 +00:00

22 lines
856 B
Plaintext

$OpenBSD: patch-doc_example_conf_in,v 1.10 2012/08/04 20:43:54 sthen Exp $
--- doc/example.conf.in.orig Thu Aug 2 08:26:14 2012
+++ doc/example.conf.in Sat Aug 4 10:19:00 2012
@@ -191,7 +191,7 @@ server:
# chroot: "@UNBOUND_CHROOT_DIR@"
# if given, user privileges are dropped (after binding port),
- # and the given username is assumed. Default is user "unbound".
+ # and the given username is assumed. Default is user "@UNBOUND_USERNAME@".
# If you give "" no privileges are dropped.
# username: "@UNBOUND_USERNAME@"
@@ -483,7 +483,7 @@ python:
remote-control:
# Enable remote control with unbound-control(8) here.
# set up the keys and certificates with unbound-control-setup.
- # control-enable: no
+ control-enable: yes
# what interfaces are listened to for remote control.
# give 0.0.0.0 and ::0 to listen to all interfaces.