1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-02-28 16:32:03 +00:00

Updated Pi hole OpenVPN server (markdown)

DL6ER 2016-12-18 19:20:46 +01:00
parent 5c0a521a65
commit 9c46b2c747

@ -37,7 +37,9 @@ push "dhcp-option DNS <b>10.8.0.1</b>"
(where you might have to replace the IP if you found something different in the previous step) (where you might have to replace the IP if you found something different in the previous step)
Finally, restart your OpenVPN server. Finally, restart your OpenVPN server.
```
sudo service openvpn restart
```
--- ---
### Connect from a client ### 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.) 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.)