diff --git a/primary/var/lib/bind/db.thelinuxpro.net b/primary/var/lib/bind/db.thelinuxpro.net index e8daab6..b721231 100755 --- a/primary/var/lib/bind/db.thelinuxpro.net +++ b/primary/var/lib/bind/db.thelinuxpro.net @@ -1,16 +1,19 @@ +$ORIGIN net. $TTL 2m -@ IN SOA thelinuxpro.net. root.thelinuxpro.net. ( - 24051501 ; serial number YYMMDDNN - 1h ; Refresh - 15m ; Retry - 10d ; Expire - 1d ; Min TTL +thelinuxpro IN SOA ns1.thelinuxpro.net. root.thelinuxpro.net. ( + 24051502 ; serial number YYMMDDNN + 1h ; Refresh + 15m ; Retry + 10d ; Expire + 1d ; Min TTL ) ; - NS ns1.thelinuxpro.net. - NS ns2.thelinuxpro.net. - TXT "The Linux Pro Net" + IN NS ns1.thelinuxpro.net. + IN NS ns2.thelinuxpro.net. + IN TXT "The Linux Pro Net" +; +$ORIGIN thelinuxpro.net. ; ns1 IN A 204.8.15.80 ns2 IN A 204.8.15.81