From 05f8abe79583c56d2564758de995a391909f4eab Mon Sep 17 00:00:00 2001 From: James Brister Date: Thu, 4 Nov 1999 22:41:43 +0000 Subject: [PATCH] Added some extras for testing. --- bin/tests/named.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 58305fe571..612ecb99f0 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -188,6 +188,8 @@ zone "master.demo.zone" { also-notify { }; // don't notify any nameservers other // than those on the NS list for this // zone + forward first; + forwarders { 10.0.0.3; 1:2:3:4:5:6:7:8; }; }; zone "slave.demo.zone" { @@ -207,6 +209,8 @@ zone "slave.demo.zone" { also-notify { }; // don't notify any nameservers other // than those on the NS list for this // zone + forward only; + forwarders { 10.45.45.45; 10.0.0.3; 1:2:3:4:5:6:7:8; }; }; view "test-view" {