1763. [func] Perform sanity checks on NS records which refer to

'in zone' names. [RT #13002]
This commit is contained in:
Mark Andrews
2004-11-23 05:23:46 +00:00
parent e94754428d
commit 6c52944ef2
25 changed files with 354 additions and 67 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.19 2004/03/05 05:04:08 marka Exp $ */
/* $Id: named.conf,v 1.20 2004/11/23 05:23:44 marka Exp $ */
controls { /* empty */ };
@@ -28,7 +28,7 @@ options {
listen-on { 10.53.0.2; };
listen-on-v6 { none; };
recursion no;
notify yes;
notify no;
transfers-in 5;
transfers-per-ns 5;