move workers and secondary binds to infra vlan
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user