1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-01 00:42:21 +00:00

Updated Pi hole VPN (markdown)

DL6ER 2016-12-18 16:21:53 +01:00
parent 7bebbc84e6
commit 07b6c8e178

@ -59,8 +59,13 @@ You will need:
* TA Key: `/etc/openvpn/ta.key` * TA Key: `/etc/openvpn/ta.key`
Further details can be found in the screenshots provided below: Further details can be found in the screenshots provided below:
![](http://www.dl6er.de/pi-hole/openVPN/conn_type.png)
![](http://www.dl6er.de/pi-hole/openVPN/keys.png)
![](http://www.dl6er.de/pi-hole/openVPN/general.png)
![](http://www.dl6er.de/pi-hole/openVPN/security.png)
![](http://www.dl6er.de/pi-hole/openVPN/tls.png)
Your whole network traffic will no securely be transferred to your Pi-hole.
--- ---
`5.` (Optional) If your server is visible to the world, you might want to limit access to from within your new VPN: Add the line `server.bind = "10.8.0.1"` (where you might have to replace the IP depending on your result in 3.1) to your `/etc/lighttpd/lighttpd.conf` and restart `lighttpd` (Optional) If your server is visible to the world, you might want prevent port 80 from being accessible from the outside. You will still be able to connect to your Pi-hole from within the VPN.