Compare commits

..

No commits in common. "581a66ce41e8e739a2af1a408ed0fa2a98c8ec56" and "e5503614f3bf853a7c1cc5160b0fe012890e4d80" have entirely different histories.

3 changed files with 3 additions and 13 deletions

View File

@ -16,7 +16,7 @@ services:
container_name: ns1
build:
dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.05
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.04
restart: always
user: root
environment:

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24042002 ; serial
24042001 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -14,11 +14,6 @@ $TTL 3600
11.23 IN PTR jenkins
12.23 IN PTR git
13.23 IN PTR git-mysql
71.23 IN PTR es01
72.23 IN PTR kibana
73.23 IN PTR metricbeat01
74.23 IN PTR filebeat01
75.23 IN PTR logstash01
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. (
24042002 ; serial, todays date + todays serial #
24042001 ; serial, todays date + todays serial #
1H ; refresh, seconds
2H ; retry, seconds
1D ; expire, seconds
@ -25,11 +25,6 @@ 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
es01 IN A 10.99.23.71
kibana IN A 10.99.23.72
metricbeat01 IN A 10.99.23.73
filebeat01 IN A 10.99.23.74
logstash01 IN A 10.99.23.75
;
ns1 IN A 10.99.153.241
ns2 IN A 10.99.153.242