diff --git a/OpenVPN-server:-Only-route-DNS-via-VPN.md b/OpenVPN-server:-Only-route-DNS-via-VPN.md index 4d7c4bd..2f87e94 100644 --- a/OpenVPN-server:-Only-route-DNS-via-VPN.md +++ b/OpenVPN-server:-Only-route-DNS-via-VPN.md @@ -2,7 +2,7 @@ Full article: https://github.com/pi-hole/pi-hole/wiki/Pi-hole---OpenVPN-server ### Optional: Only route DNS via VPN -With this setup you will force connected clients to use only the DNS provided by the VPN connection, i.e. the Pi-hole. Do this only if you don't want to tunnel **all** connections from the client thru the VPN, but only DNS queries. +With this setup you will force connected clients to use only the DNS provided by the VPN connection, i.e. the Pi-hole. Do this only if you **don't** want to tunnel all traffic from the client thru the VPN, but only its DNS queries. Edit your `/etc/openvpn/server.conf` and remove (comment) the following line: ```