Skip to content

Latest commit

 

History

History

pihole

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Install Pi-hole

curl --proto '=https' --tlsv1.2 -sSfL https://install.pi-hole.net | bash

Pihole whitelists and blacklists

DNS over HTTPS

Blacklists - add in the admin UI

Whitelist

See whitelist.txt. Add to the Pi from the terminal:

rg -v '^#' whitelist.txt | xargs -I {} pihole -w {}

Check /etc/pihole/whitelist.txt and confirm the domains were added.

Update gravity

After updating white- or blacklists, run pihole -g

Check status of specific domain

pihole -q <domain>

Documentation