mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-28 12:04:27 +02:00
Created OpenVPN server: Installation (markdown)
parent
a7c4b14381
commit
f9c7520ea0
1 changed files with 14 additions and 0 deletions
14
OpenVPN-server:-Installation.md
Normal file
14
OpenVPN-server:-Installation.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue