This is more of a note-to self, but please feel more than free to replicate it.
- Follow this PiHole guide:
- But in the first command replace
withwget https://git.io/vpn -O openvpn-install.sh
wget https://raw.githubusercontent.com/Angristan/OpenVPN-install/master/openvpn-install.sh -O openvpn-install.sh
- This is Angristan's more secure fork of Nyr's installer.
- Stick with the default options unless you know better (or the guide does in the case of
tun0
vseth0
)- Depending on your privacy concerns and the development status of FTLDNS you may want to opt out of the DNS logging options.
- Make sure to configure iptables to reload on restart by doing
sudo bash -c "iptables-save > /etc/iptables.conf"
and then addingiptables-restore < /etc/iptables.conf
to /etc/rc.local
- But in the first command replace
- If doing ho