Make dnsdist health-check query class configurable #5748
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Short description
dnsdist should allow specification of QCLASS for health-check queries.
Usecase
I'm trying to verify connectivity to downstream servers in a way that differentiates traffic originating within dnsdist from traffic received by it, so that I can maintain awareness of multiple dnsdist agents from the other side.
Description
newServer
should include acheckClass=STRING
parameter defining the QCLASS to use for health-check queries, completing the tuple along with the preexistingcheckName
(QNAME) andcheckType
(QTYPE).The text was updated successfully, but these errors were encountered: