Anonymized DNS
#2085
Replies: 1 comment 2 replies
-
It's very likely that the video streaming website is using more than DNS in order to check for your location. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I configured Dnsmasq and Dnscrypt on one DigitalOcean droplet and a relay server on another droplet.
It works well, but does not hide my IP address. I am planning to use it for geoblocked streaming videos.
As per documentation "Instead of directly reaching a server, an Anonymized DNS client encrypts the query for the final server, but sends it to a relay.
The relay doesn't know the secret key, and cannot learn anything about the content of the query. It can only blindly forward the query to the actual DNS server, the only server that can decrypt it.
The DNS server itself receives a connection from the relay, not from the actual client. So the only IP address is knows about is the one of the relay, making it impossible to map queries to clients"
Can somebody provide me more information about how to fix this ?
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions