whitelist new cm workers in bind config

This commit is contained in:
Erki Aas 2024-08-22 14:01:09 +03:00
parent 8e35aa2e78
commit aadef5c98d

View File

@ -44,6 +44,7 @@
acl allowed { acl allowed {
172.21.3.0/24; 172.21.3.0/24;
172.20.4.0/24; 172.20.4.0/24;
172.20.5.0/24;
}; };
acl rejected { !allowed; any; }; acl rejected { !allowed; any; };