bitnom / VPN-Chain

Bash script for making chained OpenVPN connections.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNS tunneling does not happens

Mahdi-ME opened this issue · comments

After connection, still local DNS is used

I'm getting the same issue. It seems to stem from the route-nopull option in the CONNECT function. This will override the dhcp-option DNS sent from the server or specified locally in the client configuration.

I recently had some time to check it out but I'm on an internet connection right now that doesn't allow me to use the tun interface in this way. I was going to try allow-pull-fqdn. If someone can verify that for me, I'll change it. Otherwise will have to wait for me to be back on regular connection.

@TensorTom adding allow-pull-fqdn did not work for me. Btw I'm also seeing Options error: option 'dhcp-option' cannot be used in this context ([PUSH-OPTIONS]). Do note that I'm trying to get this working in a docker container.