A hack to provide some privacy to DNS queries.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
John-Mark Gurney 17dbcfa47d add tests/code for no answer and out of order answers il y a 4 ans
privrdns add tests/code for no answer and out of order answers il y a 4 ans
.gitignore initial work on privrdns... il y a 4 ans
Makefile initial work on privrdns... il y a 4 ans
NOTES.md add some basic code to do resolution.. il y a 4 ans
README.md add some text about DoH il y a 4 ans
requirements.txt initial work on privrdns... il y a 4 ans
setup.py add some basic code to do resolution.. il y a 4 ans

README.md

Privacy for recursive DNS

DNS is currently unsecured, and the IETF have only just started attempting to solve this problem, Signaling That an Authoritative DNS server offers DoT.

DoH doesn’t actually solve the problem, it just centralizes it. Currently most [all] of the DoH providers have not undergone a third party audit, so there is no way to verify their claims that they are not logging or sending data somewhere. Even then, if they receive an NSL or other demand from a government, you will never know about the request. Most companies do not even notify you about a subpoena to let you have the option to quash it, so DoH just centralizes things making it easier for monitoring.

Even when Authoratative DoT is a thing, there will be plenty of domains that will take years, if not decades before it’ll be rolled out.

One solution is to use tor to anonymize the DNS queries. This will only work w/ DNSSEC domains, though there is the option that a voting system could be used, say make 5 queries through different exit nodes, and if any of them disagree, do additional queries to validate the solution.