Compare commits
No commits in common. "9e10c5d93673357669c22a15fb25011e32e366ac" and "df30717bcba59da715537e64ad9e070a7408c983" have entirely different histories.
9e10c5d936
...
df30717bcb
|
@ -20,13 +20,6 @@ zone "in.thelinuxpro.net" in {
|
||||||
also-notify { 10.99.153.242; };
|
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 {
|
zone "200.10.in-addr.arpa" in {
|
||||||
type master;
|
type master;
|
||||||
file "db.10.200";
|
file "db.10.200";
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||||
24042001 ; serial
|
24041302 ; serial
|
||||||
21600 ; refresh after 6 hours
|
21600 ; refresh after 6 hours
|
||||||
3600 ; retry after 1 hour
|
3600 ; retry after 1 hour
|
||||||
604800 ; expire after 1 week
|
604800 ; expire after 1 week
|
||||||
|
@ -12,12 +12,8 @@ $TTL 3600
|
||||||
241.53 IN PTR dns01
|
241.53 IN PTR dns01
|
||||||
242.53 IN PTR dns02
|
242.53 IN PTR dns02
|
||||||
243.53 IN PTR dns03
|
243.53 IN PTR dns03
|
||||||
250.53 IN PTR pihole
|
|
||||||
251.53 IN PTR 1.ntp
|
251.53 IN PTR 1.ntp
|
||||||
252.53 IN PTR 2.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
|
231.99 IN PTR nas81
|
||||||
254.99 IN PTR gw99
|
254.99 IN PTR gw99
|
||||||
254.254 IN PTR unifi
|
254.254 IN PTR unifi
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||||
24042001 ; serial
|
24041302 ; serial
|
||||||
21600 ; refresh after 6 hours
|
21600 ; refresh after 6 hours
|
||||||
3600 ; retry after 1 hour
|
3600 ; retry after 1 hour
|
||||||
604800 ; expire after 1 week
|
604800 ; expire after 1 week
|
||||||
|
@ -14,6 +14,5 @@ $TTL 3600
|
||||||
11.23 IN PTR jenkins
|
11.23 IN PTR jenkins
|
||||||
12.23 IN PTR git
|
12.23 IN PTR git
|
||||||
13.23 IN PTR git-mysql
|
13.23 IN PTR git-mysql
|
||||||
99.23 IN PTR viz
|
|
||||||
241.153 IN PTR ns1
|
241.153 IN PTR ns1
|
||||||
242.153 IN PTR ns2
|
242.153 IN PTR ns2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$TTL 1H
|
$TTL 1H
|
||||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||||
24042001 ; serial, todays date + todays serial #
|
24041302 ; serial, todays date + todays serial #
|
||||||
1H ; refresh, seconds
|
1H ; refresh, seconds
|
||||||
2H ; retry, seconds
|
2H ; retry, seconds
|
||||||
1D ; expire, seconds
|
1D ; expire, seconds
|
||||||
|
@ -15,21 +15,18 @@ localhost IN A 127.0.0.1
|
||||||
;
|
;
|
||||||
unifi IN A 10.200.254.254
|
unifi IN A 10.200.254.254
|
||||||
;
|
;
|
||||||
ns1 IN A 10.99.153.241
|
;ns1 IN A 204.8.15.80
|
||||||
ns2 IN A 10.99.153.242
|
;ns2 IN A 204.8.15.81
|
||||||
;
|
;
|
||||||
pi401 IN A 10.99.22.61
|
pi401 IN A 10.99.22.61
|
||||||
pi501 IN A 10.99.22.51
|
pi501 IN A 10.99.22.51
|
||||||
;
|
;
|
||||||
jenkins IN A 10.99.23.11
|
|
||||||
git IN A 10.99.23.12
|
git IN A 10.99.23.12
|
||||||
git-mysql IN A 10.99.23.13
|
jenkins IN A 10.99.23.11
|
||||||
viz IN A 10.99.23.99
|
|
||||||
;
|
;
|
||||||
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
|
||||||
;
|
;
|
||||||
pihole IN A 10.200.53.250
|
|
||||||
1.ntp IN A 10.200.53.251
|
1.ntp IN A 10.200.53.251
|
||||||
2.ntp IN A 10.200.53.252
|
2.ntp IN A 10.200.53.252
|
||||||
;
|
;
|
||||||
|
@ -37,10 +34,6 @@ dns01 IN A 10.200.53.241
|
||||||
dns02 IN A 10.200.53.242
|
dns02 IN A 10.200.53.242
|
||||||
dns03 IN A 10.200.53.243
|
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
|
nas81 IN A 10.200.99.231
|
||||||
nas IN CNAME nas81
|
nas IN CNAME nas81
|
||||||
gw99 IN A 10.200.99.254
|
gw99 IN A 10.200.99.254
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
$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.
|
|
|
@ -1,7 +1,7 @@
|
||||||
$TTL 86400
|
$TTL 86400
|
||||||
|
|
||||||
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
||||||
24042001 ; serial number YYMMDDNN
|
2024041601 ; serial number YYMMDDNN
|
||||||
28800 ; Refresh
|
28800 ; Refresh
|
||||||
7200 ; Retry
|
7200 ; Retry
|
||||||
864000 ; Expire
|
864000 ; Expire
|
||||||
|
@ -9,10 +9,8 @@ $TTL 86400
|
||||||
)
|
)
|
||||||
;
|
;
|
||||||
NS ns1.thelinuxpro.net.
|
NS ns1.thelinuxpro.net.
|
||||||
NS ns2.thelinuxpro.net.
|
@ NS ns2.thelinuxpro.net.
|
||||||
TXT "The Linux Pro Net"
|
TXT "The Linux Pro Net"
|
||||||
;
|
;
|
||||||
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
|
||||||
;
|
|
||||||
v IN A 204.8.15.80
|
|
||||||
|
|
Loading…
Reference in New Issue