bitbeans / SimpleDnsCrypt

A simple management tool for dnscrypt-proxy
https://simplednscrypt.org
MIT License
2.31k stars 235 forks source link

Windows- Can't use simplednscrypt with openvpn #447

Open Ph0rkoz opened 5 years ago

Ph0rkoz commented 5 years ago

I like to use simplednscrypt with openvpn so that I have separate DNS from the vpn provider.

On previous versions I just changed the DNS on the TUN interface in windows and everything was fine. On the current release as soon as I connect nothing resolves as if DNS is blocked. I have on PC with the older version and it works and one where I just installed it and it doesn't with fairly similar configurations.

It is working with with just dnscrypt-proxy on linux just fine.

lessload commented 4 years ago

add dhcp-option DNS 127.0.0.1 in *.opvn file, that work for me.

sprytnyk commented 4 years ago

The same problem in my case. I'm on Windows 10, Version 10.0.18363.720. Tried to use OpenVPN client v11.14.0.0. Works perfectly with Stubby on Linux. Option with dhcp-option DNS 127.0.0.1 didn't work out.