wire format
is there any chance to get the wire format as a result of query() ?
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 https://github.com/openresty/lua-resty-dns/issues/56#issuecomment-1015498658, 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)