From 92ad6ce85b4b67304268b45f8727b50ee4fbb060 Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sun, 20 Oct 2024 14:20:57 -0400 Subject: [PATCH] add powerapi to dns --- Dockerfile.primary | 2 +- docker-compose.yml | 6 +----- primary/var/lib/bind/db.10.200 | 4 ++-- primary/var/lib/bind/db.in.thelinuxpro.net | 3 ++- 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/Dockerfile.primary b/Dockerfile.primary index 2742861..94346bd 100644 --- a/Dockerfile.primary +++ b/Dockerfile.primary @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index acb1376..078e7ed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: diff --git a/primary/var/lib/bind/db.10.200 b/primary/var/lib/bind/db.10.200 index 375fa64..8c5e615 100755 --- a/primary/var/lib/bind/db.10.200 +++ b/primary/var/lib/bind/db.10.200 @@ -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. diff --git a/primary/var/lib/bind/db.in.thelinuxpro.net b/primary/var/lib/bind/db.in.thelinuxpro.net index 477cc7a..5e33039 100755 --- a/primary/var/lib/bind/db.in.thelinuxpro.net +++ b/primary/var/lib/bind/db.in.thelinuxpro.net @@ -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