This commit is contained in:
Kameron Kenny 2024-06-27 20:41:38 -04:00
parent b467c1d8be
commit 5e3346328f
No known key found for this signature in database
GPG Key ID: E5006629839D2276
5 changed files with 6 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240627.1.2"
LABEL version="20240627.1.3"
LABEL description="bind9 secondary 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:240627.1.2
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240627.1.3
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:240627.1.2
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240627.1.3
restart: always
user: root
environment:

View File

@ -15,6 +15,7 @@ options {
directory "/var/lib/bind";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
forwarders { 8.8.8.8; 9.9.9.9; };
allow-recursion { internal-nets; };
version "PiSS 0FF D0nK3y.";
notify yes;

View File

@ -15,6 +15,7 @@ options {
directory "/var/lib/bind";
dump-file "/var/log/named_dump.db";
statistics-file "/var/log/named.stats";
forwarders { 8.8.8.8; 9.9.9.9; };
allow-recursion { internal-nets; };
version "PiSS 0FF D0nK3y.";
notify yes;