2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

make statschannel version number agnostic

(cherry picked from commit 1477c19dd9a347ee19a42dac227f299a4680506f)
This commit is contained in:
Mark Andrews 2016-09-29 17:01:06 +10:00
parent f1814f50c9
commit 966edc2775

View File

@ -18,6 +18,7 @@ options {
listen-on-v6 { none; };
recursion no;
notify yes;
version none; // make statistics independent of the version number
};
statistics-channels { inet 10.53.0.2 port 8853 allow { localhost; }; };