rpms/unbound/devel unbound.conf,1.2,1.3

Paul Wouters pwouters at fedoraproject.org
Sat Nov 15 06:37:57 UTC 2008


Author: pwouters

Update of /cvs/extras/rpms/unbound/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18216

Modified Files:
	unbound.conf 
Log Message:
new remote control options. Key/certs enerated on first startup



Index: unbound.conf
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unbound.conf	15 Nov 2008 05:46:07 -0000	1.2
+++ unbound.conf	15 Nov 2008 06:37:26 -0000	1.3
@@ -341,6 +341,31 @@
 	# local-zone: "example.com" redirect
 	# local-data: "example.com A 192.0.2.3"
 
+remote-control:
+	# Enable remote control with unbound-control(8) here.
+	# set up the keys and certificates with unbound-control-setup.
+	# reqiured for munin monitoring plugin
+	control-enable:yes
+
+	# what interfaces are listened to for remote control.
+	# give 0.0.0.0 and ::0 to listen to all interfaces.
+	# control-interface: 127.0.0.1
+	# control-interface: ::1
+
+	# port number for remote control operations.
+	# control-port: 953
+
+	# unbound server key file.
+	server-key-file: "/var/lib/unbound/unbound_server.key"
+
+	# unbound server certificate file.
+	server-cert-file: "/var/lib/unbound/unbound_server.pem"
+
+	# unbound-control key file.
+	control-key-file: "/var/lib/unbound/unbound_control.key"
+
+	# unbound-control certificate file.
+	control-cert-file: "/var/lib/unbound/unbound_control.pem"
 
 # Stub zones.
 # Create entries like below, to make all queries for 'example.com' and 




More information about the fedora-extras-commits mailing list