[unbound/el6] * Thu Aug 23 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-2 - Updated unbound.conf with comments

Paul Wouters pwouters at fedoraproject.org
Thu Aug 23 23:47:09 UTC 2012


commit e1cbee6c747b7d19bbe0d1ca43a9fc612c338f96
Author: Paul Wouters <pwouters at redhat.com>
Date:   Thu Aug 23 19:45:47 2012 -0400

    * Thu Aug 23 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-2
    - Updated unbound.conf with comments for added options

 unbound.conf |   16 ++++++++++++++++
 unbound.spec |    3 +++
 2 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/unbound.conf b/unbound.conf
index 86af420..52a48fc 100644
--- a/unbound.conf
+++ b/unbound.conf
@@ -322,6 +322,13 @@ server:
 	# if yes, perform key lookups adjacent to normal lookups.
 	prefetch-key: yes
 
+        # if yes, Unbound rotates RRSet order in response.
+        # rrset-roundrobin: no
+
+        # if yes, Unbound doesn't insert authority/additional sections
+        # into response messages when those sections are not required.
+        # minimal-responses: no
+
 	# module configuration of the server. A string with identifiers
 	# separated by spaces. "iterator" or "validator iterator"
 	# module-config: "validator iterator"
@@ -514,16 +521,25 @@ remote-control:
 # stub-zone:
 #	name: "example.org"
 #	stub-host: ns.example.com.
+# You can now also dynamically create and delete stub-zone's using
+# unbound-control stub_add domain.com 1.2.3.4 5.6.7.8
+# unbound-control stub_remove domain.com 1.2.3.4 5.6.7.8
 
 # Forward zones
 # Create entries like below, to make all queries for 'example.com' and
 # 'example.org' go to the given list of servers. These servers have to handle
 # recursion to other nameservers. List zero or more nameservers by hostname
 # or by ipaddress. Use an entry with name "." to forward all queries.
+# If you enable forward-first, it attempts without the forward if it fails.
 # forward-zone:
 # 	name: "example.com"
 # 	forward-addr: 192.0.2.68
 # 	forward-addr: 192.0.2.73 at 5355  # forward to port 5355.
+# 	forward-first: no
 # forward-zone:
 # 	name: "example.org"
 # 	forward-host: fwd.example.com
+#
+# You can now also dynamically create and delete forward-zone's using
+# unbound-control forward_add domain.com 1.2.3.4 5.6.7.8
+# unbound-control forward_remove domain.com 1.2.3.4 5.6.7.8
diff --git a/unbound.spec b/unbound.spec
index d571af1..2a7b884 100644
--- a/unbound.spec
+++ b/unbound.spec
@@ -210,6 +210,9 @@ fi
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Thu Aug 23 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-2
+- Updated unbound.conf with comments for added options
+
 * Thu Aug 23 2012 Paul Wouters <pwouters at redhat.com> - 1.4.18-1
 - Updated to 1.4.18
 - Removed merged in patch


More information about the scm-commits mailing list