Hi Luke,
Sure, here are the zone files ( - the files have newlines following the final www statement)
Thanks Nick
[example1.zone] ; $TTL used for all RRs without explicit TTL value
$ORIGIN example1.com. $TTL 3600 ; 24 hours could have been written as 24h or 1d example1.com. 3600 IN SOA ( ns1.example1.com. username.example1.com. 1136975101 ; hello! 3600 1800 3024000 1800 ) example1.com. 3600 IN NS ns1 example1.com. 3600 IN NS ns2 ;; example1.com. 3600 IN MX 1 mail ns1 3600 IN A 192.168.1.11 ns2 3600 IN A 192.168.1.11 www 3600 IN A 192.168.1.11
[example2.net] ; $TTL used for all RRs without explicit TTL value
$ORIGIN example2.net. $TTL 3600 ; 24 hours could have been written as 24h or 1d example2.net. 3600 IN SOA ( ns1.example2.net. username.example2.net. 1136975101 ; hello! 3600 1800 3024000 1800 ) example2.net. 3600 IN NS ns1 example2.net. 3600 IN NS ns2 ;; example2.net. 3600 IN MX 1 mail ns1 3600 IN A 192.168.1.11 ns2 3600 IN A 192.168.1.11 www 3600 IN A 192.168.1.11
|