> On 13 Aug 2024, at 06:44, Kretz <b...@kretz.net> wrote:
> 
> Hi,
> 
> BIND in OpenSuSE 15.6 is 9.18.24 and it's compiled with libxml, openssl, and 
> libjson.  I've got libxml and libxml-devel installed.  
> 
> When I start named, I get: 
> 
> unknown option 'statistics-channels'
> 
> When I look at the man page for named.conf, statistics-channels isn't listed 
> in the 'options' section.

That’s because it isn’t in the options section.  It’s its own section.  If you 
continue read the man page
you will find it further down after ’server’ and before ’tls’.

statistics-channels {
        inet 127.0.0.1 port 954 allow {any;};
};

options {
        ...
};

> What BIND version and/or compile options do I need to have to support 
> statistics-channels?
> -- 
> Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
> this list
> 
> ISC funds the development of this software with paid support subscriptions. 
> Contact us at https://www.isc.org/contact/ for more information.
> 
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742              INTERNET: ma...@isc.org

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from 
this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to