public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/bind/files: named.conf-r4
@ 2010-05-14 11:04 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2010-05-14 11:04 UTC (permalink / raw
  To: gentoo-commits

idl0r       10/05/14 11:04:47

  Modified:             named.conf-r4
  Log:
  Fix permissions of /var/bind/sec. Add a comment to named.conf-r4.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-dns/bind/files/named.conf-r4

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?r1=1.1&r2=1.2

Index: named.conf-r4
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/files/named.conf-r4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- named.conf-r4	12 May 2010 23:34:43 -0000	1.1
+++ named.conf-r4	14 May 2010 11:04:47 -0000	1.2
@@ -134,6 +134,16 @@
 		allow-update { none; };
 		notify no;
 	};
+
+	/*
+	 * NOTE: All zone blocks for "public" view should be listed here in "internal"
+	 * too! Otherwise you'll have trouble to resolv the public zones properly.
+	 * That affects all hosts from the "trusted" ACL.
+	 * A separate config, which contains all zone blocks, might be better in
+	 * this case. Then you can simply add:
+	 * include "/etc/bind/zones.cfg";
+	 * for "internal" and "public" view.
+	 */
 };
 
 view "public" in {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-dns/bind/files: named.conf-r4
@ 2010-07-25 18:57 Christian Ruppert (idl0r)
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Ruppert (idl0r) @ 2010-07-25 18:57 UTC (permalink / raw
  To: gentoo-commits

idl0r       10/07/25 18:57:42

  Modified:             named.conf-r4
  Log:
  Add ewarn about wrong permissions when upgrading from bind 9.4.x. Comment view chaos.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-dns/bind/files/named.conf-r4

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/files/named.conf-r4?r1=1.3&r2=1.4

Index: named.conf-r4
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/files/named.conf-r4,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- named.conf-r4	23 May 2010 20:44:50 -0000	1.3
+++ named.conf-r4	25 Jul 2010 18:57:42 -0000	1.4
@@ -33,7 +33,7 @@
 	/* https://www.isc.org/solutions/dlv >=bind-9.7.x only */
 	//bindkeys-file "/etc/bind/bind.keys";
 
-	listen-on-v6 { none; };
+	listen-on-v6 { ::1; };
 	listen-on { 127.0.0.1; };
 
 	allow-query {
@@ -203,6 +203,7 @@
 };
 
 /* Hide the bind version */
+/*
 view "chaos" chaos {
 	match-clients { any; };
 	allow-query { none; };
@@ -211,3 +212,4 @@
 		file "/dev/null";  // or any empty file
 	};
 };
+*/






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-25 18:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25 18:57 [gentoo-commits] gentoo-x86 commit in net-dns/bind/files: named.conf-r4 Christian Ruppert (idl0r)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-14 11:04 Christian Ruppert (idl0r)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox