Files
bind9/bin/tests/system/dnssec/ns5/named.conf
2000-06-08 02:01:07 +00:00

17 lines
186 B
Plaintext

// 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";