ctxis / SnitchDNS

Database Driven DNS Server with a Web UI

Home Page:https://www.contextis.com/en/resources/tools/snitchdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this tool support 0x20 encoding?

unsocial-bleach opened this issue · comments

When proxying the DNS requests, can this tool send the response using proper 0x20 DNS encoding? Does it do this by default?

I would suggest adding a note about this (whether or not the tool supports it) to the README.

Hi,

As mentioned in the README, SnitchDNS does not implement its own DNS library but is based on Twisted. I had a look at the features/code/tickets and couldn't find any reference to 0x20 DNS Encoding, therefore it's not supported in SnitchDNS either.

Thanks,
Pavel

What would be required to add support for 0x20 DNS encoding? Also, where are Twisted's issue documented? It appears that they're turned off on GitHub

Twisted's issues are documented here: https://www.twistedmatrix.com/trac/report

If they implement it in the library, then I could make it an option in SnitchDNS.

Feature requested. See you in a year.

Twisted feature request ticket: https://twistedmatrix.com/trac/ticket/10272