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.)