This commit is contained in:
Kameron Kenny 2024-06-07 11:08:50 -04:00
parent 23815e2e8e
commit 9bfe45c003
No known key found for this signature in database
GPG Key ID: E5006629839D2276
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240606.1.1"
LABEL version="20240607.1.1"
LABEL description="bind9 primary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind

View File

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

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24060503 ; serial
24060701 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -22,6 +22,7 @@ $TTL 3600
32.23 IN PTR prometheus.in.thelinuxpro.net.
33.23 IN PTR unpoller.in.thelinuxpro.net.
34.23 IN PTR pihole-exporter.in.thelinuxpro.net.
51.23 IN PTR syslog.in.thelinuxpro.net.
71.23 IN PTR es01.in.thelinuxpro.net.
72.23 IN PTR kibana.in.thelinuxpro.net.
73.23 IN PTR metricbeat01.in.thelinuxpro.net.

View File

@ -1,6 +1,6 @@
$TTL 2m
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24060601 ; serial, todays date + todays serial #
24060701 ; serial, todays date + todays serial #
1h ; refresh, seconds
15m ; retry, seconds
10D ; expire, seconds
@ -31,6 +31,7 @@ grafana IN A 10.99.23.31
prometheus IN A 10.99.23.32
unpoller IN A 10.99.23.33
pihole-exporter IN A 10.99.23.34
syslog IN A 10.99.23.51
es01 IN A 10.99.23.71
kibana IN A 10.99.23.72
metricbeat01 IN A 10.99.23.73