Skip to content

Instantly share code, notes, and snippets.

@mauvehed
Last active June 11, 2017 13:44
Show Gist options
  • Save mauvehed/e95f786fbd37f6309ad0d64cd5539521 to your computer and use it in GitHub Desktop.
Save mauvehed/e95f786fbd37f6309ad0d64cd5539521 to your computer and use it in GitHub Desktop.

1. Temporarily disable blocking

pihole disable

2. Find which list is blocking the domain

pihole -q <domain>

3. Remove list from master file

/etc/pihole/adlist.list

4. Sync pihole with master list

pihole -g

5. Enable blocking

pihole enable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment