mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 23:55:27 +00:00
make statschannel version number agnostic
(cherry picked from commit 1477c19dd9
)
This commit is contained in:
@@ -18,6 +18,7 @@ options {
|
|||||||
listen-on-v6 { none; };
|
listen-on-v6 { none; };
|
||||||
recursion no;
|
recursion no;
|
||||||
notify yes;
|
notify yes;
|
||||||
|
version none; // make statistics independent of the version number
|
||||||
};
|
};
|
||||||
|
|
||||||
statistics-channels { inet 10.53.0.2 port 8853 allow { localhost; }; };
|
statistics-channels { inet 10.53.0.2 port 8853 allow { localhost; }; };
|
||||||
|
Reference in New Issue
Block a user