Skip to content
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

DNS query history #18

Open
jmeaster30 opened this issue Nov 29, 2024 · 0 comments
Open

DNS query history #18

jmeaster30 opened this issue Nov 29, 2024 · 0 comments
Labels
New Thing New feature or request

Comments

@jmeaster30
Copy link
Owner

pub fn answer_question(&self, request: DnsPacket) -> DnsPacket {

In this function, I want to have a log of each dns request including some information about the responses:

  • time the request/answer took place and maybe how long it took to respond?
  • serialized request (not necessarily 1 per packet I think)
  • serialized response (could be many per 1 request so maybe a link table is needed for this)
  • The record used
  • cache misses

This should just be a sqlite table that we can use for querying in the future

@jmeaster30 jmeaster30 added the New Thing New feature or request label Nov 29, 2024
@jmeaster30 jmeaster30 added this to the Home Network Complete milestone Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New Thing New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant