zone-transfer on ensim

Hi,

Which file should I edit on a linux 7.2 whit ensim to allow zone-transfer voor an other ip voor dns/bind?

I can do this, But I need to edit a file so its allow zone-transfer for that IP for all my domains and not editing one zone by one zone whith my hand:


this is what I do now:


pico /etc/bind/zone.domain.com


zone "domain.com" IN {
type master;
file "/var/named/db.domain.com";
allow-update { key "wp_default_key."; };
allow-transfer { localhost; other-IP-adress; };
};

 

 

 

 

Top