add mention about zone-statistics for named.conf

This commit is contained in:
jeffrey forman 2015-03-21 22:36:38 -04:00
parent 4abce94d42
commit 27ec2e218c
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ When Binder accesses your BIND DNS server, it first queries the statistics port
We must provide server statistics from the BIND process itself. This allows Binder to query BIND itself and get a list of zones, views, and other statistics.
options {
zone-statistics yes;
}
statistics-channels {
inet * port 8053 allow { 10.10.0.0/24; };
};