]> git.ipfire.org Git - thirdparty/pdns.git/blame - regression-tests.nobackend/counters/named.conf
auth: add bind primary, secondary and primaries keywords
[thirdparty/pdns.git] / regression-tests.nobackend / counters / named.conf
CommitLineData
9a205757
KM
1options {
2 directory "../regression-tests/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
11zone "test.com"{
e63e16c1 12 type primary;
9a205757
KM
13 file "./test.com";
14};