A hack to provide some privacy to DNS queries.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
John-Mark Gurney 3c62776db1 add some basic code to do resolution.. pirms 4 gadiem
privrdns add some basic code to do resolution.. pirms 4 gadiem
.gitignore initial work on privrdns... pirms 4 gadiem
Makefile initial work on privrdns... pirms 4 gadiem
NOTES.md add some basic code to do resolution.. pirms 4 gadiem
README.md initial work on privrdns... pirms 4 gadiem
requirements.txt initial work on privrdns... pirms 4 gadiem
setup.py add some basic code to do resolution.. pirms 4 gadiem

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 moves it around.

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.