created
This commit is contained in:
15
bin/tests/system/checkconf/dlz-bad.conf
Normal file
15
bin/tests/system/checkconf/dlz-bad.conf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
dlz one {
|
||||||
|
database "one";
|
||||||
|
};
|
||||||
|
|
||||||
|
dlz two {
|
||||||
|
database "two";
|
||||||
|
search no;
|
||||||
|
};
|
||||||
|
|
||||||
|
zone master {
|
||||||
|
type master;
|
||||||
|
database "none";
|
||||||
|
dlz two;
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user