]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.nobackend/default-publish-cds/named.conf
auth: add bind primary, secondary and primaries keywords
[thirdparty/pdns.git] / regression-tests.nobackend / default-publish-cds / named.conf
1 options {
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
11 zone "minimal.com"{
12 type primary;
13 file "./minimal.com";
14 };