updates
This commit is contained in:
parent
4a02847975
commit
9e10c5d936
|
@ -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. (
|
||||||
24041302 ; serial
|
24042001 ; 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,8 +12,12 @@ $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. (
|
||||||
24041302 ; serial
|
24042001 ; 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,5 +14,6 @@ $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. (
|
||||||
24041302 ; serial, todays date + todays serial #
|
24042001 ; serial, todays date + todays serial #
|
||||||
1H ; refresh, seconds
|
1H ; refresh, seconds
|
||||||
2H ; retry, seconds
|
2H ; retry, seconds
|
||||||
1D ; expire, seconds
|
1D ; expire, seconds
|
||||||
|
@ -15,18 +15,21 @@ localhost IN A 127.0.0.1
|
||||||
;
|
;
|
||||||
unifi IN A 10.200.254.254
|
unifi IN A 10.200.254.254
|
||||||
;
|
;
|
||||||
;ns1 IN A 204.8.15.80
|
ns1 IN A 10.99.153.241
|
||||||
;ns2 IN A 204.8.15.81
|
ns2 IN A 10.99.153.242
|
||||||
;
|
;
|
||||||
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
|
||||||
;
|
;
|
||||||
git IN A 10.99.23.12
|
|
||||||
jenkins IN A 10.99.23.11
|
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
|
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
|
||||||
;
|
;
|
||||||
|
@ -34,6 +37,10 @@ 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,7 +1,7 @@
|
||||||
$TTL 86400
|
$TTL 86400
|
||||||
|
|
||||||
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
@ IN SOA thelinuxpro.net. root.thelinuxpro.net. (
|
||||||
2024041601 ; serial number YYMMDDNN
|
24042001 ; serial number YYMMDDNN
|
||||||
28800 ; Refresh
|
28800 ; Refresh
|
||||||
7200 ; Retry
|
7200 ; Retry
|
||||||
864000 ; Expire
|
864000 ; Expire
|
||||||
|
@ -9,8 +9,10 @@ $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