-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dnscrypt and VPN #24
Comments
@Couto I have the same problem with some VPN, I have subscribed to 3 VPN by very cheap temporary deal/bundles. For another VPN, I have extracted some country-servers settings and insert them in Apple Network and activate the 'country' I want through apple vpn icon in the menu bar. For another VPN, don't use it often, I think it does not change the DNS, so DNSCrypt is launched then the VPN. You can check your IP and DNS used on http://whoer.net/ |
It sounds like the VPN software is setting DNS settings, which makes sense. I'm not familiar with tunnelblick but will check it out. You'll probably want to edit the scripts or commands it uses to set DNS to localhost, so your packets take this route:
instead of
|
Most VPN are using google DNS which is not a good idea for privacy without mentionning censorship. Some VPN have their own, providing an extra level of privacy. Up to you to choose another free or paying DNS services. Perhaps adding a list of alternative of (free) DNS would be helpful. Find the fastest DNS around you with: To get your IP and DNS IP: To check your DNS: To learn DNS: DNS alternatives: More here: |
Ok, so I was able to figure out my (specific) problem:
My solution was simply to manually add the VPN's preferred DNS server to my nameservers list, after the dnscrypt address. I hope I was clear on my solution, just in case someone needs it. @TraderStf Thanks a lot for the links. Specially whoer.net, which was quite valuable Feel free to close, if you wish so :) |
I've been a long time user of the streisand project.
I'm also an user of dnsmasq for development purposes (to redirect all *.dev domains to localhost)
So, reading about dnscrypt on your guide, it seemed like an easy addiction to get some extra level of privacy.
Your instructions were crystal clear, and after the setup, everything worked fine... Until the moment that I connected to my VPN using tunnelblick.
Most VPNs override the DNS settings, and therefore they break with dnscrypt.
Has something like this happened to you before? If so, how did you fix it?
The text was updated successfully, but these errors were encountered: