add dns for random
This commit is contained in:
parent
be2e39b3cf
commit
9cdd80a291
|
@ -18,7 +18,7 @@ services:
|
|||
container_name: ns1
|
||||
build:
|
||||
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
|
||||
user: root
|
||||
environment:
|
||||
|
@ -41,7 +41,7 @@ services:
|
|||
container_name: ns2
|
||||
build:
|
||||
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
|
||||
user: root
|
||||
environment:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$TTL 3600
|
||||
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
|
||||
24122201 ; serial
|
||||
25010201 ; serial
|
||||
21600 ; refresh after 6 hours
|
||||
3600 ; retry after 1 hour
|
||||
604800 ; expire after 1 week
|
||||
|
@ -34,5 +34,6 @@ $TTL 3600
|
|||
74.23 IN PTR filebeat01.in.thelinuxpro.net.
|
||||
75.23 IN PTR logstash01.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.
|
||||
242.153 IN PTR ns2.in.thelinuxpro.net.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$TTL 2m
|
||||
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
|
||||
24122201 ; serial, todays date + todays serial #
|
||||
25010201 ; serial, todays date + todays serial #
|
||||
1h ; refresh, seconds
|
||||
15m ; retry, seconds
|
||||
10D ; expire, seconds
|
||||
|
@ -43,6 +43,7 @@ metricbeat01 IN A 10.99.23.73
|
|||
filebeat01 IN A 10.99.23.74
|
||||
logstash01 IN A 10.99.23.75
|
||||
viz IN A 10.99.23.99
|
||||
random IN A 10.99.23.100
|
||||
;
|
||||
pihole IN A 10.200.53.250
|
||||
1.ntp IN A 10.200.53.251
|
||||
|
|
Loading…
Reference in New Issue