From f9c7520ea0bd0324ba5494d54bae567e10746ba9 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 26 Jan 2017 13:50:16 +0100 Subject: [PATCH] Created OpenVPN server: Installation (markdown) --- OpenVPN-server:-Installation.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 OpenVPN-server:-Installation.md 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