[GH-ISSUE #2963] Is there a way to set the QR flag? #1105

Closed
opened 2026-03-16 01:36:57 +03:00 by kerem · 1 comment
Owner

Originally created by @r1sk01 on GitHub (May 4, 2025).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2963

I cannot seem to find an option for this in the Flags struct.

Originally created by @r1sk01 on GitHub (May 4, 2025). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2963 I cannot seem to find an option for this in the Flags struct.
kerem closed this issue 2026-03-16 01:37:02 +03:00
Author
Owner

@r1sk01 commented on GitHub (May 4, 2025):

yes, there is a way!

response.header_mut().set_message_type(hickory_proto::op::MessageType::Response);
  • me from the future after actually reading
<!-- gh-comment-id:2849068782 --> @r1sk01 commented on GitHub (May 4, 2025): yes, there is a way! ``` response.header_mut().set_message_type(hickory_proto::op::MessageType::Response); ``` - me from the future after actually reading
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1105
No description provided.