Replies: 3 comments 4 replies
-
|
Thanks for asking. If the request does not support EDNS then the response generated will not have EDNS too. The Log Exporter app will need to handle such issues since there is nothing that can be done about it on the DNS server side as this is part of the protocol. |
Beta Was this translation helpful? Give feedback.
-
|
Something like; Task InsertLogAsync(DateTime timestamp, DnsDatagram request, IPEndPoint remoteEP, DnsTransportProtocol protocol, DnsDatagram response, LogMetadata metadata = null);would not break existing apps but allows extending functionality. What do you think? |
Beta Was this translation helpful? Give feedback.
-
|
I created a new PR for this #1827. It adds a couple of classes, but at the core, it is all about the new |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Shreyas,
The LogExporterApp works as expected but I need to be able to provide the enriched and extended data whether the query datagram contains EDNS payload or not. So, the DNS query logs must contain the additional data all the time. What do you suggest for this kind of change?
Beta Was this translation helpful? Give feedback.
All reactions