]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.rootzone/named.conf
rec: Log only once for DNAME cache lookups
[thirdparty/pdns.git] / regression-tests.rootzone / named.conf
1 options {
2 directory "./zones/";
3 recursion no;
4 listen-on port 5300 {
5 127.0.0.1;
6 };
7 version "Meow!Meow!";
8 minimal-responses yes;
9 };
10 zone "."{
11 type master;
12 file "ROOT";
13 };
14