statistics-channel displays zone type 'master' i/o 'primary' in Zones for View
BIND's statistics-channels
Web page at URI /xml/v3/zones
displays zone type "master" instead of "primary" and "slave" i/o "secondary".
statistics-channels {
inet * port 80 allow { any; };
};
zone "zone100.dnslab.org" {
type primary;
file "zone100.dnslab.org";
};
zone "zone101.dnslab.org" {
type secondary;
file "zone101.dnslab.org";
primaries { 2604:a880:cad:d0::d6d:f001; };
};
The /json
URI uses the same data, so suffers from the same issue:
"zones":[
{
"name":"zone100.dnslab.org",
"class":"IN",
"serial":1019,
"type":"master",
"loaded":"2021-10-11T20:48:12Z",
BIND 9.16.21 (Extended Support Version) <id:a8aa450>
installed from ISC copr repository.