mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Match-client test.
This commit is contained in:
parent
ebafb8a02a
commit
44b3d6bb6f
1 changed files with 5 additions and 1 deletions
|
|
@ -249,7 +249,11 @@ zone "slave.demo.zone" {
|
|||
};
|
||||
|
||||
view "test-view" {
|
||||
allow-update-forwarding { 10.0.0.30;};
|
||||
match-clients { 10.0.0.1 ; };
|
||||
allow-query { 10.0.0.30;};
|
||||
check-names master warn;
|
||||
check-names slave ignore;
|
||||
check-names response fail;
|
||||
zone "view-zone.com" {
|
||||
type master;
|
||||
allow-update-forwarding { 10.0.0.34;};
|
||||
|
|
|
|||
Loading…
Reference in a new issue