Raspberry Pi – Setup Pi Hole for DNS Security

The Pi Hole software allows you to turn your Raspberry Pi into a DNS Security device. After setup your client systems can use the Pi Hole as their DNS server, when websites try to resolve Domain Names from advertising networks the Pi Hole simply fails out the resolution.

Installation Commands Used in Class:

wget -O basic-install.sh https://install.pi-hole.net
sudo bash basic-install.sh

Be the first to comment

Leave a Reply