You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dnsdist tries very hard to parse as little as possible of DNS responses, and for this reason only exports A and AAAA records over protobuf, whereas the recursor also exports CNAME ones. It would be nice to be able to log these, at a slightly increased CPU cost.
We could for example add a parseCNAME option to newRemoteLogger():
Short description
dnsdist tries very hard to parse as little as possible of DNS responses, and for this reason only exports
A
andAAAA
records over protobuf, whereas the recursor also exportsCNAME
ones. It would be nice to be able to log these, at a slightly increased CPU cost.We could for example add a
parseCNAME
option tonewRemoteLogger()
:The text was updated successfully, but these errors were encountered: