Merge "Add designate-bind monitoring capability"

This commit is contained in:
Zuul 2018-05-09 12:52:44 +00:00 committed by Gerrit Code Review
commit 29ddf1143b
2 changed files with 3 additions and 0 deletions

View File

@ -11,5 +11,6 @@ include "/etc/bind/named.conf.local";
include "/etc/bind/named.conf.default-zones";
controls {
inet 127.0.0.1 allow {localhost;};
inet {{ dns_backend.control_listen_ip }} allow { {{ dns_backend.control_ips }}; };
};

View File

@ -26,5 +26,7 @@ options {
allow-new-zones yes;
request-ixfr no;
recursion no;
statistics-file "/var/cache/bind/named.stats";
zone-statistics yes;
allow-notify { {{ dns_backend.control_ips }}; };
};