Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Custom RegEx, Exact, and Adlist filters for Pi-hole's FTLDNS

License

Notifications You must be signed in to change notification settings

Katrovsky/pihole-regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,456 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A collection of RegEx and Exact filters for use with Pi-hole® v5+ FTLDNS

The purpose of this repository is to compliment your existing Pi-hole filters using powerful regular expressions (RegEx) that cover a broad range of domains in one go. Included are an optional customized list of Exact filters and the ability to add or remove entries from the Adlist Group.

The filter lists

Requirements and other important information

Made for: Pi-hole (FTLDNS) v5+

Required Packages

  sudo apt -y install curl python3 sqlite3 wget

Adlist info

  • If you choose the remove adlists option it should only affect the lists added by this script.

If you're not on the PC that's running Pi-hole

The user will be prompted to press a key to advance their choices

  • Input examples
    • [A] to Add
    • [R] to Remove
    • [S] to Skip
    • Any number

To execute, run one of the below commands

RegEx and Exact Lists

wget -qN - -i https://pi.optimizethis.net; sudo bash run.sh

Adlists

wget -qO adlist.sh https://adlist.optimizethis.net; sudo bash adlist.sh

About

Custom RegEx, Exact, and Adlist filters for Pi-hole's FTLDNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.3%
  • Shell 13.7%