LuckyTurtleDev / crab-hole

🦀 Pi-Hole clone written in rust using hickory-dns/trust-dns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

default log level leaks ip querry domain now

LuckyTurtleDev opened this issue · comments

Todo:

hickory-dns/hickory-dns#2014 does not make much progress. So I think it would be the best to impl our own filtering for now.
The best think should be to match the private data with a regex and replace them, with a placeholder.

#23 has fix large parts of this issue. But toplevel domains like fritzbox. will still be looked since matching by a regex would cause to main false positives. Lucky query toplevel domains is not very common. However this no guarantee that all private in all edge-cases is not logged. A upstream solution at trust/hickory-dns is still desirable.