mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
2539. [security] Update the interaction between recursion, allow-query,
allow-query-cache and allow-recursion. [RT #19198]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.15 2007/06/19 23:47:03 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.16 2009/01/30 08:19:00 marka Exp $ */
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
@@ -27,7 +27,7 @@ options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.1; };
|
||||
listen-on-v6 { none; };
|
||||
recursion no;
|
||||
recursion yes;
|
||||
notify no;
|
||||
cache-file "cache";
|
||||
check-integrity no;
|
||||
|
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf.in,v 1.6 2007/06/19 23:47:06 tbox Exp $ */
|
||||
/* $Id: named.conf.in,v 1.7 2009/01/30 08:19:00 marka Exp $ */
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
@@ -31,6 +31,7 @@ options {
|
||||
notify no;
|
||||
tkey-domain "server";
|
||||
tkey-dhkey "server" KEYID;
|
||||
allow-query-cache { any; };
|
||||
};
|
||||
|
||||
key "tkeytest." {
|
||||
|
Reference in New Issue
Block a user