From 9fdab919976a129be5a86e2dcf1af6a885840fa3 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 27 Jan 2017 16:40:35 +0100 Subject: [PATCH] Updated OpenVPN server: Only route DNS via VPN (markdown) --- OpenVPN-server:-Only-route-DNS-via-VPN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ```