TorWall icon indicating copy to clipboard operation
TorWall copied to clipboard

DNSCrypt over Tor

Open Doimatcuabautroi opened this issue 7 years ago • 1 comments

Hi,

I want to encrypt my DNS traffic, so can you add this feature to Tallow, Reqrypt. Add "Forces SOCKS4" + "DNSCrypt" features.

"SOCKS4 + dnscrypt-proxy: Forward the DNS traffic to a DNS server which I choose. Although the DNS server is DNSSEC, DNSCrypto and has no logs." Learn more: https://tor.stackexchange.com/questions/1503/dnssec-dnscrypt-over-tor

I think DNSCrypt+Reqrypt is not bad idea too.

Doimatcuabautroi avatar May 24 '18 02:05 Doimatcuabautroi

This idea would require a major redesign of how Tallow handles DNS. Currently, DNS requests are serviced by Tallow itself, which then forwards the domain over SOCKS4a. So it is left to the Tor exit node to do the real name resolution. This approach is fast, since DNS requests are serviced "instantly".

An alternative DNS mode would be to tunnel the request over Tor (must be TCP), e.g., to a service like DNSCrypt. Next, the TCP connection is established using SOCKS4. This mode is slower, but allows the user to choose the name resolution service.

Ideally, both modes could be supported, so this is an interesting project. However, the usual problem is that my time is very limited...

basil00 avatar May 24 '18 10:05 basil00