From e97ab5dabfcaafb806e56b907305645a261b63b5 Mon Sep 17 00:00:00 2001 From: Kameron Kenny - pi501 Date: Sat, 20 Apr 2024 22:11:07 -0400 Subject: [PATCH] bug --- docker-compose.yml | 4 ++-- primary/etc/bind/named.conf | 2 +- secondary/etc/bind/named.conf | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 56d2691..b2f423a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: container_name: ns1 build: dockerfile: Dockerfile.primary - image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.09 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240420.10 restart: always user: root environment: @@ -41,7 +41,7 @@ services: container_name: ns2 build: dockerfile: Dockerfile.secondary - image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.06 + image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240420.07 restart: always user: root environment: diff --git a/primary/etc/bind/named.conf b/primary/etc/bind/named.conf index 3b8d46b..67af506 100755 --- a/primary/etc/bind/named.conf +++ b/primary/etc/bind/named.conf @@ -4,7 +4,7 @@ options { dump-file "/var/log/named_dump.db"; statistics-file "/var/log/named.stats"; recursion no; - version "PiSS 0FF D0nK3y." + version "PiSS 0FF D0nK3y."; notify yes; }; diff --git a/secondary/etc/bind/named.conf b/secondary/etc/bind/named.conf index f8aac5a..ae8eeec 100755 --- a/secondary/etc/bind/named.conf +++ b/secondary/etc/bind/named.conf @@ -4,7 +4,7 @@ options { dump-file "/var/log/named_dump.db"; statistics-file "/var/log/named.stats"; recursion no; - version "PiSS 0FF D0nK3y." + version "PiSS 0FF D0nK3y."; notify yes; };