mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 23:52:05 -04:00
[master] add redirect zone to checkconf -z test
This commit is contained in:
parent
ca0ee90361
commit
1cbc394e7c
1 changed files with 5 additions and 0 deletions
|
|
@ -23,3 +23,8 @@ zone "example.com" {
|
|||
type master;
|
||||
dlz external;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type redirect;
|
||||
dlz external;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue