Blocklists for Pi-hole
Use fetcher.py to select certain lists from this repo or a forked one and add them to your Pi-hole installation
fetcher.py [--list "Category/list"] [--file filename]
- The format for a list is as follows:
Category/List Name
- ALWAYS use quotes, spaces could be in the category name
- Use --list a list. CAN BE SPECIFIED MULTIPLE TIMES
- Use --file to specify a file of lists to be used
- For Example
Social/Snapchat Social/Instagram
- Any minor errors will be corrected by the program
- For Example
SoCiAl/InStAgAaM.txt
would be corrected toSocial/instagram
- For Example
Contribution to this collection of blocklists is always welcome, however I recommend that you follow the guidelines below:
- The first letter of a category is always capitalized
- All list names shall be lowercase end end with the txt extension
- Subcategories may be used, only if multiple lists would fall into that category
- The format is: Category/subcategory.listname.txt
- Wildcards may be used
- If fetcher.py is used, they will be added as regex to Pi-hole
- Pi-hole by default will ignore these
- The format is
*.domain.com
OR*.tld
- If there are TLD's associated with a category, please add a corresponding "tlds.txt" file
- This README shall be updated
- lists.json shall be updated
- Contains a list of commonly heard of search engines, as well as search engines that to not support enforcing a DNS SafeSearch option.
- [Non-SafeSearch](Search Engines/non-safesearch.txt)
- [Raw](https://raw.githubusercontent.com/jaykepeters/Blocklists/master/Search Engines/non-safesearch.txt)