mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:42:04 -04:00
Added some extras for testing.
This commit is contained in:
parent
f924db5119
commit
05f8abe795
1 changed files with 4 additions and 0 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue