Wireguard with Pi-hole, unbound and IPv6/DNSSEC/UFW
First, follow the instructions to setup Wireguard if you haven’t already done so using my guide. You may also need to update your system: sudo apt updatesudo apt upgrade Installing Pi-hole is very simple. My preferred method is to install from Git using the instructions below. Other instructions are available at the Pi-hole website. git clone –depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole cd “Pi-hole/automated install/” sudo bash basic-install.sh Installing Unbound More information about the purpose of Unbound is available on Pi-hole’s website. Essentially, Pi-hole with Unbound adds an additional layer of privacy and security to your network by lessening the possibility of a man-in-the-middle attack as well… Read More »Wireguard with Pi-hole, unbound and IPv6/DNSSEC/UFW