diff --git a/OpenVPN-server:-Installation.md b/OpenVPN-server:-Installation.md new file mode 100644 index 0000000..204c846 --- /dev/null +++ b/OpenVPN-server:-Installation.md @@ -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 +``` \ No newline at end of file