|
|
|
|
|
by nullstyle
2073 days ago
|
|
Their claims around privacy seem pretty hand-wavy to me; I’d love to be wrong. As an example, their usage of DNS is simply DNS-over-HTTPS against the big public resolvers in a round-robin fashion: https://github.com/tholian-network/stealth/blob/X0/stealth/s... The code doesn’t strike me as concerning itself with protecting privacy so much as changing who will get to log your traffic. Interesting effort though; I’ll hope for more details from them in the future! |
|
Note that the DNS queries are only done when 1) there's no host in the local cache and 2) no trusted peer has resolved it either.
I mean, DNS is how the internet works. Can't do much about it except caching and delegation to avoid traceable specificity.
Pretty much anything else isn't much more secure. Note also that DNS will respect the TOR proxy settings, like everything else regarding networking.