Created OpenVPN server: Installation (markdown)

DL6ER 2017-01-26 13:50:16 +01:00
parent a7c4b14381
commit f9c7520ea0

@ -0,0 +1,14 @@
Full article: https://github.com/pi-hole/pi-hole/wiki/Pi-hole---OpenVPN-server
### Install OpenVPN server
Using the quick OpenVPN "road warrior" installer. It should be fine using the suggested defaults if you have no special needs
```bash
wget https://git.io/vpn -O openvpn-install.sh
sudo bash openvpn-install.sh
```
---
### Install Pi-hole
Chose `tun0` as networking interface. If `tun0` isn't available, the installation of the OpenVPN server failed.
```bash
curl -L https://install.pi-hole.net | bash
```