make statschannel version number agnostic

This commit is contained in:
Mark Andrews
2016-09-29 17:01:06 +10:00
parent 1ca759b3f5
commit 1477c19dd9

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; }; };