Added some extras for testing.

This commit is contained in:
James Brister 1999-11-04 22:41:43 +00:00
parent f924db5119
commit 05f8abe795

View file

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