Forward support
Brought to you by:
youngmug
Can we get the ability to add forwarding zones, so we specify a zone name and a bunch of IP addresses that we forward to.
This would need to go into the named.conf file and would look like the following:
zone "subzone.domain.com" { type forward;
forwarders { 1.2.3.4; 6.7.8.9; 10.11.12.13; }; };
At the moment, this has to be manually added by putting it into the template.
Anonymous