Skip to content

Instantly share code, notes, and snippets.

@JoshM1994
Created April 9, 2022 21:24
Show Gist options
  • Save JoshM1994/a323a6b03b146c2a8e115259f5ef584e to your computer and use it in GitHub Desktop.
Save JoshM1994/a323a6b03b146c2a8e115259f5ef584e to your computer and use it in GitHub Desktop.
PiHole Update Lists
; Pi-hole's Lists Updater by Jack'lul
; https://github.com/jacklul/pihole-updatelists
; Remote list URL containing list of adlists to import
ADLISTS_URL="https://v.firebog.net/hosts/lists.php?type=tick"
; Remote list URL containing exact domains to whitelist
WHITELIST_URL="https://raw.githubusercontent.com/anudeepND/whitelist/master/domains/whitelist.txt"
; Remote list URL containing regex rules for whitelisting
REGEX_WHITELIST_URL=""
; Remote list URL containing exact domains to blacklist
; This is specifically for handcrafted lists only, do not use regular blocklists here!
BLACKLIST_URL=""
; Remote list URL containing regex rules for blacklisting
REGEX_BLACKLIST_URL="https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment