Compare commits

...

2 Commits

Author SHA1 Message Date
Kameron Kenny - pi501 9e10c5d936 updates 2024-04-20 14:07:28 -04:00
Kameron Kenny - pi501 4a02847975 add kameronkenny.com 2024-04-20 14:06:59 -04:00
6 changed files with 52 additions and 8 deletions

View File

@ -20,6 +20,13 @@ zone "in.thelinuxpro.net" in {
also-notify { 10.99.153.242; };
};
zone "kameronkenny.com" in {
type master;
file "/var/lib/bind/db.kameronkenny.com";
allow-transfer { 10.99.153.242; };
also-notify { 10.99.153.242; };
};
zone "200.10.in-addr.arpa" in {
type master;
file "db.10.200";

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24041302 ; serial
24042001 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -12,8 +12,12 @@ $TTL 3600
241.53 IN PTR dns01
242.53 IN PTR dns02
243.53 IN PTR dns03
250.53 IN PTR pihole
251.53 IN PTR 1.ntp
252.53 IN PTR 2.ntp
222.99 IN PTR maverick
226.99 IN PTR print
230.99 IN PTR diskstation
231.99 IN PTR nas81
254.99 IN PTR gw99
254.254 IN PTR unifi

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24041302 ; serial
24042001 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -14,5 +14,6 @@ $TTL 3600
11.23 IN PTR jenkins
12.23 IN PTR git
13.23 IN PTR git-mysql
99.23 IN PTR viz
241.153 IN PTR ns1
242.153 IN PTR ns2

View File

@ -1,6 +1,6 @@
$TTL 1H
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24041302 ; serial, todays date + todays serial #
24042001 ; serial, todays date + todays serial #
1H ; refresh, seconds
2H ; retry, seconds
1D ; expire, seconds
@ -15,18 +15,21 @@ localhost IN A 127.0.0.1
;
unifi IN A 10.200.254.254
;
;ns1 IN A 204.8.15.80
;ns2 IN A 204.8.15.81
ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242
;
pi401 IN A 10.99.22.61
pi501 IN A 10.99.22.51
;
git IN A 10.99.23.12
jenkins IN A 10.99.23.11
git IN A 10.99.23.12
git-mysql IN A 10.99.23.13
viz IN A 10.99.23.99
;
ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242
;
pihole IN A 10.200.53.250
1.ntp IN A 10.200.53.251
2.ntp IN A 10.200.53.252
;
@ -34,6 +37,10 @@ dns01 IN A 10.200.53.241
dns02 IN A 10.200.53.242
dns03 IN A 10.200.53.243
;
maverick IN A 10.200.99.222
print IN A 10.200.99.226
printer IN A print
diskstation IN A 10.200.99.230
nas81 IN A 10.200.99.231
nas IN CNAME nas81
gw99 IN A 10.200.99.254

View File

@ -0,0 +1,23 @@
$TTL 86400
@ IN SOA kameronkenny.com. root.kameronkenny.com. (
24042001 ; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
86400 ; Min TTL
)
;
NS ns1.kameronkenny.com.
NS ns2.kameronkenny.com.
;
ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81
;
kameronkenny.com. IN A 185.199.108.153
kameronkenny.com. IN A 185.199.109.153
kameronkenny.com. IN A 185.199.110.153
kameronkenny.com. IN A 185.199.111.153
;
photos IN CNAME domains.smugmug.com.
www IN CNAME kameronkenny.com.

View File

@ -1,7 +1,7 @@
$TTL 86400
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
2024041601 ; serial number YYMMDDNN
24042001 ; serial number YYMMDDNN
28800 ; Refresh
7200 ; Retry
864000 ; Expire
@ -9,8 +9,10 @@ $TTL 86400
)
;
NS ns1.thelinuxpro.net.
@ NS ns2.thelinuxpro.net.
NS ns2.thelinuxpro.net.
TXT "The Linux Pro Net"
;
ns1 IN A 204.8.15.80
ns2 IN A 204.8.15.81
;
v IN A 204.8.15.80