move workers and secondary binds to infra vlan

This commit is contained in:
2024-08-14 18:17:31 +03:00
parent 55f95641ca
commit 5589b0721e
4 changed files with 18 additions and 18 deletions

View File

@@ -31,7 +31,7 @@
listen-on { any; };
listen-on-v6 { any; };
pid-file "/var/run/named/named.pid";
notify explicit; also-notify { 172.20.53.1; 172.20.53.2; 172.20.53.3; };
notify explicit; also-notify { 172.21.53.1; 172.21.53.2; 172.21.53.3; };
allow-recursion { none; };
recursion no;
check-names master ignore;
@@ -42,7 +42,7 @@
# https://kb.isc.org/docs/aa-00723
acl allowed {
172.20.3.0/24;
172.21.3.0/24;
172.20.4.0/24;
};