openbsd-ports/net/unbound/patches/patch-doc_example_conf_in

22 lines
856 B
Plaintext
Raw Normal View History

$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:
2008-07-16 16:34:10 -04:00
# chroot: "@UNBOUND_CHROOT_DIR@"
# if given, user privileges are dropped (after binding port),
- # and the given username is assumed. Default is user "unbound".
2008-08-20 04:25:41 -04:00
+ # and the given username is assumed. Default is user "@UNBOUND_USERNAME@".
2008-07-16 16:34:10 -04:00
# If you give "" no privileges are dropped.
2008-08-20 04:25:41 -04:00
# username: "@UNBOUND_USERNAME@"
2008-07-16 16:34:10 -04:00
@@ -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.