This commit is contained in:
Kameron Kenny 2024-06-23 17:00:01 -04:00
parent 2f2b06aab1
commit ccc978ae67
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 4 additions and 4 deletions

View File

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

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:240623.1.1 image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240623.1.2
restart: always restart: always
user: root user: root
environment: environment:

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. (
24062301 ; serial, todays date + todays serial # 24062302 ; serial, todays date + todays serial #
1h ; refresh, seconds 1h ; refresh, seconds
15m ; retry, seconds 15m ; retry, seconds
10D ; expire, seconds 10D ; expire, seconds
@ -31,7 +31,7 @@ grafana IN A 10.99.23.31
prometheus IN A 10.99.23.32 prometheus IN A 10.99.23.32
unpoller IN A 10.99.23.33 unpoller IN A 10.99.23.33
pihole-exporter IN A 10.99.23.34 pihole-exporter IN A 10.99.23.34
blackblox-exporter IN A 10.99.23.35 blackbox-exporter IN A 10.99.23.35
syslog IN A 10.99.23.51 syslog IN A 10.99.23.51
es01 IN A 10.99.23.71 es01 IN A 10.99.23.71
kibana IN A 10.99.23.72 kibana IN A 10.99.23.72