]> git.ipfire.org Git - thirdparty/pdns.git/blob - regression-tests.rootzone/named.conf
Revert "gh actions: wo issue 9491 - actions/runner-images"
[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 primary;
12 file "ROOT";
13 };
14