added system tests
This commit is contained in:
18
bin/tests/system/dnssec/ns2/named.conf
Normal file
18
bin/tests/system/dnssec/ns2/named.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
options {
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.2; };
|
||||
recursion no;
|
||||
notify yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
type master;
|
||||
file "example.db.signed";
|
||||
allow-update { any; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user