mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 15:45:25 +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.
|
* 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 */ };
|
controls { /* empty */ };
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ options {
|
|||||||
pid-file "named.pid";
|
pid-file "named.pid";
|
||||||
listen-on { 10.53.0.1; };
|
listen-on { 10.53.0.1; };
|
||||||
listen-on-v6 { none; };
|
listen-on-v6 { none; };
|
||||||
recursion no;
|
recursion yes;
|
||||||
notify no;
|
notify no;
|
||||||
cache-file "cache";
|
cache-file "cache";
|
||||||
check-integrity no;
|
check-integrity no;
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* 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 */ };
|
controls { /* empty */ };
|
||||||
|
|
||||||
@@ -31,6 +31,7 @@ options {
|
|||||||
notify no;
|
notify no;
|
||||||
tkey-domain "server";
|
tkey-domain "server";
|
||||||
tkey-dhkey "server" KEYID;
|
tkey-dhkey "server" KEYID;
|
||||||
|
allow-query-cache { any; };
|
||||||
};
|
};
|
||||||
|
|
||||||
key "tkeytest." {
|
key "tkeytest." {
|
||||||
|
Reference in New Issue
Block a user