on

        named -v
                BIND 9.18.7 (Stable Release) <id:>

i've setup statistics,

        statistics-channels {
                inet 10.53.53.53 port 5353 allow {
                        sec_trusted;
                };
                inet 127.0.0.1 port 5353 allow {
                        127.0.0.1;
                        ::1;
                };
        };

nav to

        http://10.53.53.53:5353

works as expected; collected stats are correctly displayed

i'm cleaning up my TLS usage, in general

reading here,

        
https://bind9.readthedocs.io/en/latest/reference.html?highlight=statistics-channels#statistics-channels-block-grammar
        
https://bind9.readthedocs.io/en/latest/reference.html?highlight=statistics-channels#statistics-channels-block-definition-and-usage

i see no mention of tls support; only http:// links are ref'd in docs.

i _do_ already have a

        tls server-tls {...}

in use by my DoT listeners

can stats channel be config'd for (only) secure access?
does it use the 'tls' config, or other?
--
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