From 4d5e90bc46090b4628c9f7134b37eecc1b0b44aa Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Wed, 15 May 2024 18:48:56 -0400 Subject: [PATCH] fix origin --- primary/var/lib/bind/db.thelinuxpro.net | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) 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