-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wire format #56
Comments
I just wonder what is the purpose of returning wire format is this related to caching of DNS queries? |
more or less, I need something that can create a DNS response packet for implementing a DNS over HTTPS service using openresty |
I'm working on DoH for openresty, I've made a pull request. For now I have
lot of resty dns code change in not pushed repo. I've also added DoT.
wt., 18 sty 2022, 16:02 użytkownik theMiddle ***@***.***>
napisał:
… more or less, I need something that can create a DNS response packet for
implementing a DNS over HTTPS service using openresty
—
Reply to this email directly, view it on GitHub
<#56 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVTC5N4L5K2BKDYRFQ7UJT3UWV6HRANCNFSM4ZVOA65Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you commented.Message ID:
***@***.***>
|
Any news here? Thanks! |
What exactly do you need wireformat which is availabale here or DoH and DoT as there was no interest I've left it incomplete. Just give me a sign what you need I may find a time to complete it. (wireformat build and parse are complete and working) |
is there any chance to get the wire format as a result of
query()
?The text was updated successfully, but these errors were encountered: