2012-12-12 11:00:34 -05:00
|
|
|
$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:
|
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
|
|
|
|
2012-12-12 11:00:34 -05:00
|
|
|
@@ -485,7 +485,7 @@ python:
|
2012-08-04 16:43:54 -04:00
|
|
|
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.
|