Whitelist your server or PC in pihole

By default all queries to UDP:53 and TCP:53 for both A and AAAA are blocked on iptables.

Whitelist yourself by:

ssh root@pihole.gnuhost.eu './whitelistme.sh <your_ip>'

You can automate resolving your own IP and listing automatically (crontab) or manually on demand using

ip=`dig +short myip.opendns.com @resolver1.opendns.com`; ssh root@pihole.gnuhost.eu "./whitelistme.sh $ip"
faq/support/pihole/whitelist_client.txt · Last modified: 2019/05/14 13:09 by gnuhost
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0