heracles-templates/slave/named.conf.local

10 lines
220 B
Plaintext

zone "example.com" {
type slave;
notify yes;
file "/var/lib/bind/db-example.com";
masters { 192.168.1.1; };
allow-notify { 192.168.1.1; };
allow-query { any; };
allow-transfer { "none"; };
};