Add ns5, a configuration with a bad trusted key.
This commit is contained in:
16
bin/tests/system/dnssec/ns5/named.conf
Normal file
16
bin/tests/system/dnssec/ns5/named.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
// NS4
|
||||
|
||||
options {
|
||||
port 5300;
|
||||
directory ".";
|
||||
pid-file "named.pid";
|
||||
listen-on { 10.53.0.5; };
|
||||
recursion yes;
|
||||
};
|
||||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
Reference in New Issue
Block a user