On 29/10/14 01:26, Rainer Duffner wrote:
Hi Rainer,
is it possible to allow certain IPs to AXFR all
zones?
I need this for our helpdesk, so they can send zonefiles to customers etc.
Yes, just create a "remote" with your IP addresses in it, like this:
remotes {
my_addresses {
address 1.2.3.4;
address 5.6.7.8;
}
}
and then allows this remote to do zone transfers in your zone config:
zones {
zone myzone. { xfr-out my_addresses; }
}
Regards,
Anand