Is socks5 better than socks5t in privoxy?

/etc/privoxy/config
It is said that socks5 uses remote DNS to solve DNS while socks5t does not, is it real? And causing DNS leak?

So thats new. I googled that and if I am reading this correctly the difference between SOCKS5 and SOCKS5t is that SOCKS5 when you use it, it will send your DNS query say for “alongonionaddressalphabetagammadeltaepsilonzetaetatheta1.onion” (or whatever clearnet server you are accessing) through tor and the server “alongonionaddressalphabetagammadeltaepsilonzetaetatheta1.onion” will also perform this DNS query.

I wouldn’t say this is a DNS leak, more of a way to make DNS resolution over Tor a little bit more efficient.

https://lists.privoxy.org/pipermail/privoxy-users/2016-July/000027.html

1 Like

forward-socks5t

There is so few information on the internet about the point of forward-socks5t.
And are you saying socks5t will not sending DNS query through tor?

well what that link I posed shows is that socks5t will send DNS queries through tor just like socks5. However it will send less queries than socks5.

Looks that I am still invisible using socks5t, Thank you very much.