Add additional RFC9460 query type graphing to Bind and Unbound graphs

Hi,

Currently the BIND and Unbound graphing is missing a couple of new query types that are becoming prevalent defined in RFC9460, notably HTTPS and SVCB,

For Unbound, a quick search indicates the only files that would need to be updated seem to be as follows.

librenms/includes/html/graphs/application/unbound_queries.inc.php
librenms/includes/polling/applications/unbound.inc.php

For bind, there are a few more considerations and may require altering the agent code also.

librenms/includes/html/graphs/application/bind_rr_positive.inc.php
librenms/includes/html/graphs/application/bind_incoming.inc.php
librenms/includes/html/graphs/application/bind_rr_negative.inc.php
librenms/includes/html/graphs/application/bind_outgoing.inc.php
librenms/includes/polling/applications/bind.inc.php
librenms/librenms-agent/master/snmp/bind

The types may show up as TYPE65 or TYPE64 in statistics on earlier versions of the DNS software which have not specifically defined these types as HTTPS or SVCB so it may be prudent to include handling these as well (or not?).

Thanks,
Blair