glibc/tests/Regression/bz804630-Bad-resolution-with-IPv6-and-rotate-option-in/named.conf
Sergey Kolosov ab4bc8a24e Extend the test coverage
Move some of the RHEL QE testcases upstream to Fedora.
2022-05-31 09:29:27 +02:00

14 lines
266 B
Plaintext

options {
listen-on port 53 { ::1; };
directory "/var/named";
listen-on-v6 { any; };
allow-query { any; };
};
zone "tak.tik.com" IN {
type master;
file "named.taktik";
allow-update { none; };
};