From 9c46b2c747487b53378cb557f85c2c942cd558fd Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 18 Dec 2016 19:20:46 +0100 Subject: [PATCH] Updated Pi hole OpenVPN server (markdown) --- Pi-hole---OpenVPN-server.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Pi-hole---OpenVPN-server.md b/Pi-hole---OpenVPN-server.md index 03e5b26..dd260ba 100644 --- a/Pi-hole---OpenVPN-server.md +++ b/Pi-hole---OpenVPN-server.md @@ -37,7 +37,9 @@ push "dhcp-option DNS 10.8.0.1" (where you might have to replace the IP if you found something different in the previous step) Finally, restart your OpenVPN server. - +``` +sudo service openvpn restart +``` --- ### Connect from a client There are various tutorials available for all operating systems for how to connect to an OpenVPN server. I'll demonstrate the procedure here for Ubuntu Linux (which trivially extends to Linux Mint, etc.)