secure/tls access for statistics-channels ?

PGNet Dev pgnet.dev at gmail.com
Fri Oct 14 15:59:21 UTC 2022


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?


More information about the bind-users mailing list