PADD will display the Pi-hole's IP address underneath its Network tab:
On your tablet, phone, computer, etc - Set up your DNS server in the network settings to be the IP address of the Pi:
You may need to restart your network or browser to have it kick in, also there may be some cached ads so don't worry if not everything is blocked.
Not sure if your Pi-hole is configured properly? Visit blockads.fivefilters.org from the device you're configuring to test Pi-hole functionality.
You can also visit some of your favorite sites or load a mobile application which would normally have in-application advertisements to test your Pi-hole.

Don't want to configure each device on your network separately? Have a device that doesn't allow you to enter DNS settings? You can configure your router's DHCP options to force clients to use Pi-hole as their DNS server.
Want to switch back to a terminal? Hit CTRL+C
If your PADD displays Update avail., you'll need to update it. PADD only uses stable builds of Pi-hole and FTLDNS, so you can rest assured that your internet won't break.
We can do this easily by SSH'ing into our Pi-Hole:
Log in. Then, navigate to our home directory:
cd ~
And update the version of PADD on your Pi by running:
wget -N https://raw.githubusercontent.com/jpmck/PADD/master/padd.sh
After the update completes, restart your Pi by running:
sudo reboot
Once restarted, PADD should display "Pi-hole is up-to-date".
Enter the following in your terminal to launch raspi-config:
sudo raspi-config
From the menu, select: Localization Options -> Change Locale.
Select Generate en_US.UTF-8 UTF-8 , and walk through the prompts.
Page last edited March 08, 2024
Text editor powered by tinymce.