Displaying 1 result from an estimated 1 matches for "forward_zone".
2011 Sep 09
4
DNS Zone serial numbers
Hi folks,
Trying to create a function backed by some templates that will create DNS
zone files. The function is in the form of
function forward_zone ($dns_zone => "localdomain", $hosts => { {
host=>"localhost", ip_addr=>"127.0.0.1" } }}) {
.... logic here....
}
and the template will include the zone delegation record. What I''m trying
to figure out is how to generate the serial numbers....