rollback.
This commit is contained in:
parent
4a32e5a039
commit
5cdb886d8a
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20240627.1.3"
|
LABEL version="20240627.1.4"
|
||||||
LABEL description="bind9 primary nameserver"
|
LABEL description="bind9 primary nameserver"
|
||||||
|
|
||||||
ENV BIND_LIB_DIR=/var/lib/bind
|
ENV BIND_LIB_DIR=/var/lib/bind
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20240627.1.3"
|
LABEL version="20240627.1.4"
|
||||||
LABEL description="bind9 secondary nameserver"
|
LABEL description="bind9 secondary nameserver"
|
||||||
|
|
||||||
ENV BIND_LIB_DIR=/var/lib/bind
|
ENV BIND_LIB_DIR=/var/lib/bind
|
||||||
|
|
|
@ -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:240627.1.3
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240627.1.4
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
@ -41,7 +41,7 @@ services:
|
||||||
container_name: ns2
|
container_name: ns2
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.secondary
|
dockerfile: Dockerfile.secondary
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240627.1.3
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240627.1.4
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
|
@ -15,8 +15,6 @@ options {
|
||||||
directory "/var/lib/bind";
|
directory "/var/lib/bind";
|
||||||
dump-file "/var/log/named_dump.db";
|
dump-file "/var/log/named_dump.db";
|
||||||
statistics-file "/var/log/named.stats";
|
statistics-file "/var/log/named.stats";
|
||||||
forwarders { 8.8.8.8; 9.9.9.9; };
|
|
||||||
allow-recursion { internal-nets; };
|
|
||||||
version "PiSS 0FF D0nK3y.";
|
version "PiSS 0FF D0nK3y.";
|
||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
@ -32,7 +30,7 @@ zone "in.thelinuxpro.net" in {
|
||||||
type master;
|
type master;
|
||||||
file "/var/lib/bind/db.in.thelinuxpro.net";
|
file "/var/lib/bind/db.in.thelinuxpro.net";
|
||||||
allow-transfer { 10.99.153.242; };
|
allow-transfer { 10.99.153.242; };
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
also-notify { 10.99.153.242; };
|
also-notify { 10.99.153.242; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -53,19 +51,19 @@ zone "thelinux.pro" in {
|
||||||
zone "200.10.in-addr.arpa" in {
|
zone "200.10.in-addr.arpa" in {
|
||||||
type master;
|
type master;
|
||||||
file "db.10.200";
|
file "db.10.200";
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "99.10.in-addr.arpa" in {
|
zone "99.10.in-addr.arpa" in {
|
||||||
type master;
|
type master;
|
||||||
file "db.10.99";
|
file "db.10.99";
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "0.0.127.in-addr.arpa" in {
|
zone "0.0.127.in-addr.arpa" in {
|
||||||
type master;
|
type master;
|
||||||
file "db.127";
|
file "db.127";
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
logging {
|
logging {
|
||||||
|
|
|
@ -15,8 +15,6 @@ options {
|
||||||
directory "/var/lib/bind";
|
directory "/var/lib/bind";
|
||||||
dump-file "/var/log/named_dump.db";
|
dump-file "/var/log/named_dump.db";
|
||||||
statistics-file "/var/log/named.stats";
|
statistics-file "/var/log/named.stats";
|
||||||
forwarders { 8.8.8.8; 9.9.9.9; };
|
|
||||||
allow-recursion { internal-nets; };
|
|
||||||
version "PiSS 0FF D0nK3y.";
|
version "PiSS 0FF D0nK3y.";
|
||||||
notify yes;
|
notify yes;
|
||||||
};
|
};
|
||||||
|
@ -39,25 +37,25 @@ zone "thelinux.pro" in {
|
||||||
zone "in.thelinuxpro.net" in {
|
zone "in.thelinuxpro.net" in {
|
||||||
type secondary;
|
type secondary;
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "200.10.in-addr.arpa" in {
|
zone "200.10.in-addr.arpa" in {
|
||||||
type secondary;
|
type secondary;
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "99.10.in-addr.arpa" in {
|
zone "99.10.in-addr.arpa" in {
|
||||||
type secondary;
|
type secondary;
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
zone "0.0.127.in-addr.arpa" in {
|
zone "0.0.127.in-addr.arpa" in {
|
||||||
type secondary;
|
type secondary;
|
||||||
primaries { 10.99.153.241; };
|
primaries { 10.99.153.241; };
|
||||||
allow-query { internal-nets; };
|
// allow-query { internal-nets; };
|
||||||
};
|
};
|
||||||
|
|
||||||
logging {
|
logging {
|
||||||
|
|
Loading…
Reference in New Issue