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" {