snippets/config/Config DNS Bind9

12 lines
275 B
Plaintext
Raw Normal View History

2024-10-02 23:47:38 +00:00
recursion yes;
interface-interval 0;
allow-transfer { none; };
allow-query { any; };
allow-query-cache { trusted; };
allow-recursion { trusted; };
allow-notify { trusted; };
version none;
check-names master warn;
check-names slave warn;
check-names response warn;
notify yes;