This commit is contained in:
Kameron Kenny 2024-05-15 13:09:42 -04:00
parent 16027275ce
commit 063d9f2a33
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 33 additions and 31 deletions

View File

@ -1,17 +1,18 @@
$TTL 1H $TTL 2m
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. ( @ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24051401 ; serial, todays date + todays serial # 24051501 ; serial, todays date + todays serial #
1H ; refresh, seconds 1h ; refresh, seconds
2H ; retry, seconds 15m ; retry, seconds
1D ; expire, seconds 10D ; expire, seconds
1D ) ; minimum, seconds 1d ; minimum, seconds
)
; ;
NS ns1.in.thelinuxpro.net. NS ns1.in.thelinuxpro.net.
NS ns2.in.thelinuxpro.net. NS ns2.in.thelinuxpro.net.
; MX 10 thelinuxpro.net. ; Primary Mail Exchanger ; MX 10 thelinuxpro.net. ; Primary Mail Exchanger
TXT "The Linux Pro Internal Net" TXT "The Linux Pro Internal Net"
; ;
localhost IN A 127.0.0.1 IN A 127.0.0.1
; ;
ns1 IN A 10.99.153.241 ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242 ns2 IN A 10.99.153.242

View File

@ -1,11 +1,11 @@
$TTL 86400 $TTL 2m
@ IN SOA kameronkenny.com. root.kameronkenny.com. ( @ IN SOA kameronkenny.com. root.kameronkenny.com. (
24042001 ; serial number YYMMDDNN 24051501 ; serial number YYMMDDNN
28800 ; Refresh 1h ; Refresh
7200 ; Retry 15m ; Retry
864000 ; Expire 10d ; Expire
86400 ; Min TTL 1d ; Min TTL
) )
; ;
NS ns1.kameronkenny.com. NS ns1.kameronkenny.com.
@ -14,10 +14,10 @@ $TTL 86400
ns1 IN A 204.8.15.80 ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81 ns2 IN A 204.8.15.81
; ;
kameronkenny.com. IN A 185.199.108.153 IN A 185.199.108.153
kameronkenny.com. IN A 185.199.109.153 IN A 185.199.109.153
kameronkenny.com. IN A 185.199.110.153 IN A 185.199.110.153
kameronkenny.com. IN A 185.199.111.153 IN A 185.199.111.153
; ;
photos IN CNAME domains.smugmug.com. photos IN CNAME domains.smugmug.com.
www IN CNAME kameronkenny.com. www IN CNAME kameronkenny.com.

View File

@ -1,11 +1,11 @@
$TTL 86400 $TTL 2m
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. ( @ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
24042001 ; serial number YYMMDDNN 24051501 ; serial number YYMMDDNN
28800 ; Refresh 1h ; Refresh
7200 ; Retry 15m ; Retry
864000 ; Expire 10d ; Expire
86400 ; Min TTL 1d ; Min TTL
) )
; ;
NS ns1.thelinuxpro.net. NS ns1.thelinuxpro.net.
@ -15,4 +15,5 @@ $TTL 86400
ns1 IN A 204.8.15.80 ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81 ns2 IN A 204.8.15.81
; ;
IN A 204.8.15.81
v IN A 204.8.15.80 v IN A 204.8.15.80