add dns for random

This commit is contained in:
Kameron Kenny 2025-01-02 19:04:32 -05:00
parent be2e39b3cf
commit 9cdd80a291
3 changed files with 6 additions and 4 deletions

View File

@ -18,7 +18,7 @@ services:
container_name: ns1 container_name: ns1
build: build:
dockerfile: Dockerfile.primary dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241219.1.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:250102.0.1
restart: always restart: always
user: root user: root
environment: environment:
@ -41,7 +41,7 @@ services:
container_name: ns2 container_name: ns2
build: build:
dockerfile: Dockerfile.secondary dockerfile: Dockerfile.secondary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240627.1.4 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:250102.0.1
restart: always restart: always
user: root user: root
environment: environment:

View File

@ -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. (
24122201 ; serial 25010201 ; 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
@ -34,5 +34,6 @@ $TTL 3600
74.23 IN PTR filebeat01.in.thelinuxpro.net. 74.23 IN PTR filebeat01.in.thelinuxpro.net.
75.23 IN PTR logstash01.in.thelinuxpro.net. 75.23 IN PTR logstash01.in.thelinuxpro.net.
99.23 IN PTR viz.in.thelinuxpro.net. 99.23 IN PTR viz.in.thelinuxpro.net.
100.23 IN PTR random.in.thelinuxpro.net.
241.153 IN PTR ns1.in.thelinuxpro.net. 241.153 IN PTR ns1.in.thelinuxpro.net.
242.153 IN PTR ns2.in.thelinuxpro.net. 242.153 IN PTR ns2.in.thelinuxpro.net.

View File

@ -1,6 +1,6 @@
$TTL 2m $TTL 2m
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. ( @ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24122201 ; serial, todays date + todays serial # 25010201 ; serial, todays date + todays serial #
1h ; refresh, seconds 1h ; refresh, seconds
15m ; retry, seconds 15m ; retry, seconds
10D ; expire, seconds 10D ; expire, seconds
@ -43,6 +43,7 @@ metricbeat01 IN A 10.99.23.73
filebeat01 IN A 10.99.23.74 filebeat01 IN A 10.99.23.74
logstash01 IN A 10.99.23.75 logstash01 IN A 10.99.23.75
viz IN A 10.99.23.99 viz IN A 10.99.23.99
random IN A 10.99.23.100
; ;
pihole IN A 10.200.53.250 pihole IN A 10.200.53.250
1.ntp IN A 10.200.53.251 1.ntp IN A 10.200.53.251