Skip to content

Instantly share code, notes, and snippets.

@xpl01ter
Last active December 20, 2021 04:44
Show Gist options
  • Save xpl01ter/205d54b85c792fee6c94ac2f7c900f35 to your computer and use it in GitHub Desktop.
Save xpl01ter/205d54b85c792fee6c94ac2f7c900f35 to your computer and use it in GitHub Desktop.
Blocklists pi-hole
; Pi-hole's Lists Updater by Jack'lul
; https://github.com/jacklul/pihole-updatelists
; For a full list of available variables please see the readme.
; Remote list URL containing list of adlists to import
; URLs to single adlists are not supported here!
ADLISTS_URL="https://v.firebog.net/hosts/lists.php?type=nocross https://hosts.anudeep.me/mirror/adservers.txt"
; 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=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment