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
RFC9606 introduces a new RRtype 'RESINFO'. It would be nice if that could be used with 'DNSQType'.
Usecase
Implement RFC9606 support for our public resolver. The RFC says: "DNS client MUST set the Recursion Desired (RD) bit of the query to 0. The DNS client MUST discard the response if the AA flag in the response is set to 0", which implicates that just adding RESINFO-records to a zone file is not the way to go (see https://marc.info/?l=openbsd-tech&m=173368282507730&w=2).
With a Luarule this could however be done, when the RRType is supported in the 'DNSQtype'-function. Looking at the source code, this is not the case yet.
Description
Simply extend the list of RRtypes with RESINFO.
The text was updated successfully, but these errors were encountered:
Short description
RFC9606 introduces a new RRtype 'RESINFO'. It would be nice if that could be used with 'DNSQType'.
Usecase
Implement RFC9606 support for our public resolver. The RFC says: "DNS client MUST set the Recursion Desired (RD) bit of the query to 0. The DNS client MUST discard the response if the AA flag in the response is set to 0", which implicates that just adding RESINFO-records to a zone file is not the way to go (see https://marc.info/?l=openbsd-tech&m=173368282507730&w=2).
With a Luarule this could however be done, when the RRType is supported in the 'DNSQtype'-function. Looking at the source code, this is not the case yet.
Description
Simply extend the list of RRtypes with RESINFO.
The text was updated successfully, but these errors were encountered: