17 lines
186 B
Plaintext
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";
|