I create a VPN server with openVPN, and I can connect with my Android.
So All works.
But I have a problem.
The DNS Fallback is enable.
And I don't want to forward my traffic on the DNS on Google.
But When I disable this option, the VPN tunnel doesn't work.
I can connect but I have access to Internet ...

How can I make to use the VPN with my DNS ?
Config on my Android:
Code: Select all
client
dev tap
proto udp
remote 80.134.226.156 56789
resolv-retry infinite
nobind
# Try to preserve some state across restarts.
persist-key
persist-tun
ca ca.crt
cert Server.crt
key Server.key
remote-cert-tls server
tls-auth ta.key 1
cipher BF-CBC
comp-lzo
verb 3
route-method exe
route-delay 2