PiHole Notes Revision as of Monday, 22 July 2019 at 14:33 UTC

Maintenance

# Upgrade PiHole and Gravity lists
pihole -up && pihole -g

# Restart DNS Subsystem
pihole restartdns

Logs

tail -f /var/log/pihole.log

New Regexes

Added this to /etc/pihole/regex.list. Just looks for tracking keywords.

# https://github.com/mmotti/pihole-regex/blob/master/regex.list
^(.+[-_.])??adse?rv(er?|ice)?s?[0-9]*[-.]
^(.+[-_.])??m?ad[sxv]?[0-9]*[-_.]
^(.+[-_.])??xn--
^adim(age|g)s?[0-9]*[-_.]
^adtrack(er|ing)?[0-9]*[-.]
^advert(s|is(ing|ements?))?[0-9]*[-_.]
^aff(iliat(es?|ion))?[-.]
^analytics?[-.]
^banners?[-.]
^beacons?[0-9]*[-.]
^count(ers?)?[0-9]*[-.]
^pixels?[-.]
^stat(s|istics)?[0-9]*[-.]
^telemetry[-.]
^track(ers?|ing)?[0-9]*[-.]
^traff(ic)?[-.]

# Instart Logic
(.*)\.g00\.(.*).

# AMP, which no one asked for
# Full list: https://www.github.developerdan.com/hosts/lists/amp-hosts-extended.txt
^(.+\.)?amp\.cloudflare\.com$
^(.+\.)?cdn\.ampproject\.org$

Then restart via sudo service pihole-FTL restart

New Blocklists

Find a big list here. These go in /etc/pihole/adlists.list. Find the “ticked” lists here (these are safe to add and won’t cause issues.)

SmartTV Blocklists

See this GitHub gist. I have Samsung TVs, so some caveats apply about blocking domains like cdn.samsungcloudsolution.com and (especially) time.samsungcloudsolution.com.