add powerapi to dns

This commit is contained in:
Kameron Kenny 2024-10-20 14:20:57 -04:00
parent baa2fb0f1e
commit 92ad6ce85b
No known key found for this signature in database
GPG Key ID: E5006629839D2276
4 changed files with 6 additions and 9 deletions

View File

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

View File

@ -18,11 +18,7 @@ services:
container_name: ns1
build:
dockerfile: Dockerfile.primary
<<<<<<< HEAD
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240915.1.1
=======
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240625.1.1
>>>>>>> 94cf43d (image)
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241020.1.1
restart: always
user: root
environment:

View File

@ -1,6 +1,6 @@
$TTL 3600
@ IN SOA in.thelinuxpro.net. hostmaster.in.thelinuxpro.net. (
24051401 ; serial
24102001 ; serial
21600 ; refresh after 6 hours
3600 ; retry after 1 hour
604800 ; expire after 1 week
@ -101,7 +101,7 @@ $TTL 3600
234.254 IN PTR ap-2-2-MBR.in.thelinuxpro.net.
235.254 IN PTR ap-2-3-KBR.in.thelinuxpro.net.
236.254 IN PTR rev-10-200-254-236.in.thelinuxpro.net.
237.254 IN PTR rev-10-200-254-237.in.thelinuxpro.net.
237.254 IN PTR powerapi.in.thelinuxpro.net.
238.254 IN PTR rev-10-200-254-238.in.thelinuxpro.net.
239.254 IN PTR rev-10-200-254-239.in.thelinuxpro.net.
240.254 IN PTR rev-10-200-254-240.in.thelinuxpro.net.

View File

@ -1,6 +1,6 @@
$TTL 2m
@ IN SOA in.thelinuxpro.net. root.in.thelinuxpro.net. (
24062501 ; serial, todays date + todays serial #
24102001 ; serial, todays date + todays serial #
1h ; refresh, seconds
15m ; retry, seconds
10D ; expire, seconds
@ -70,4 +70,5 @@ ap-1-2-office IN A 10.200.254.232
ap-2-1-office IN A 10.200.254.233
ap-2-2-mbr IN A 10.200.254.234
ap-2-3-kbr IN A 10.200.254.235
powerapi IN A 10.200.254.237
unifi IN A 10.200.254.254