openbsd-ports/net/unbound/patches/patch-doc_example_conf_in
2012-12-12 16:00:34 +00:00

22 lines
856 B
Plaintext

$OpenBSD: patch-doc_example_conf_in,v 1.11 2012/12/12 16:00:34 sthen Exp $
--- doc/example.conf.in.orig Wed Dec 12 08:45:28 2012
+++ doc/example.conf.in Wed Dec 12 10:05:52 2012
@@ -193,7 +193,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@"
@@ -485,7 +485,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.