- or download this
#!/usr/bin/env perl -w
...
print FILE "DNS:MX:", $record->preference, ":", $record->exchang
+e, "\n";
}
close (FILE);
- or download this
my $a_records = $zonefile->a();
# A records
...
print FILE "$DOMAIN:A:$a_name:$a_name_ip_address//DNS:
+A:$a_host_ip_address\n";
}
}
- or download this
SOMEDOMAIN.com:SOA:Serial:200912070901//DNS:SOA:Serial107082511
SOMEDOMAIN.com:SOA:Primary:ns.SOMEZONE.com.//DNS:SOA:Primary:ns.SOMEBI
+GMX.com
...
SOMEDOMAIN.com:MX:110:mx3.MXHOSTING.com.//
SOMEDOMAIN.com:MX:120:mx4.MXHOSTING.com.//
DNS:MX:10:inbound.SOMEDOMAIN.com.SOMEMAIL.net