Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/systemjargon/pi-hole
A trove of content relating to Pi-hole. How-to guides, blocklists, allowlists, regex lists, safesearch, scripts.
https://github.com/systemjargon/pi-hole
ad-blocker adblock adblock-list adguard-list adguardhome blacklist dns dns-filter dns-over-https dns-server firebog hosts malware pi-hole pi-hole-adlists-updater pi-hole-blocklists pihole privacy safesearch ublock-list
Last synced: about 2 months ago
JSON representation
A trove of content relating to Pi-hole. How-to guides, blocklists, allowlists, regex lists, safesearch, scripts.
- Host: GitHub
- URL: https://github.com/systemjargon/pi-hole
- Owner: SystemJargon
- License: mit
- Created: 2022-05-03T10:19:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T00:32:36.000Z (9 months ago)
- Last Synced: 2024-04-13T20:41:58.302Z (9 months ago)
- Topics: ad-blocker, adblock, adblock-list, adguard-list, adguardhome, blacklist, dns, dns-filter, dns-over-https, dns-server, firebog, hosts, malware, pi-hole, pi-hole-adlists-updater, pi-hole-blocklists, pihole, privacy, safesearch, ublock-list
- Language: Text
- Homepage: https://systemjargon.github.io/pi-hole/
- Size: 407 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pi-hole
## About
A trove of content relating to Pi-hole. How-to guides, blocklists, whitelists, regex (regular expression) lists, safesearch, scripts and more.
Feel to contribute, fork, pull-request, star or otherwise.
### Status
[![HitCount](https://hits.dwyl.com/systemjargon/pi-hole.svg?style=flat&show=unique)](http://hits.dwyl.com/systemjargon/pi-hole) [![GitHub stars](https://img.shields.io/github/stars/systemjargon/pi-hole)](https://github.com/systemjargon/pi-hole/stargazers) [![GitHub stars](https://img.shields.io/github/forks/systemjargon/pi-hole)](https://github.com/systemjargon/pi-hole/stargazers) [![GitHub stars](https://img.shields.io/github/issues/systemjargon/pi-hole)](https://github.com/systemjargon/pi-hole/stargazers) [![last commit](https://img.shields.io/github/last-commit/SystemJargon/pi-hole.svg)](https://github.com/SystemJargon/pi-hole/commits/master) [![commit activity](https://img.shields.io/github/commit-activity/y/SystemJargon/pi-hole.svg)](https://github.com/SystemJargon/pi-hole/commits/master)
----
### How to add lists?
* Login to Pi-hole
* Adlists
* Where it says: "Add a new adlist" in the input field under "Address", enter a list url there.
* Click "Add"----
### False Positives
Which list contains it the domain?
Run ```pihole -q blockeddomain.com``` and it will return the URL of the block list.
You can then optionally allowlist/whitelist this or submit an [issue](https://github.com/SystemJargon/pi-hole/issues/new/choose)
----
### My Links
* [Pi-hole Lists](https://github.com/SystemJargon/pi-hole/tree/main/lists)
* [My Blocklists Repo](https://github.com/SystemJargon/blocklists)
* [My Allowlists Repo](https://github.com/SystemJargon/allowlists)
* [My AdGuardHome repository](https://github.com/SystemJargon/AdGuardHome)
* [My filters repository](https://github.com/SystemJargon/filters)
----
### Good Recommended Strong lists (if trying to keep it simple).
All raw link lists below are in HOSTS format & supported in pi-hole
* [Firebog Ticklist](https://raw.githubusercontent.com/SystemJargon/pi-hole/main/firebog-ticklist-hosts.txt)
* [Porn](https://raw.githubusercontent.com/SystemJargon/blocklists/main/lists/categories/adult/porn-multi-lists-combo.txt)
* [OISD](https://dbl.oisd.nl/)
* [StevenBlack Hosts](https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts)
* [Perflyst SmartTV](https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt) or [SmartTV-more](https://raw.githubusercontent.com/SystemJargon/blocklists/main/lists/categories/telemetry/SmartTV-more.txt)
----
### Other links
* [Official website](https://pi-hole.net/)
* [Pi-hole discourse community](https://discourse.pi-hole.net/)
* [CloudFlared (DOH) documentation](https://docs.pi-hole.net/guides/dns/cloudflared/)
* [Unbound documentation](https://docs.pi-hole.net/guides/dns/unbound/)
* [A decent read](https://obutterbach.medium.com/unlock-the-full-potential-of-pihole-e795342e0e36)
----
### Sites to find Domain Categories / Verify
* [URL Void](https://www.urlvoid.com)
* [urlscan.io](https://www.urlscan.io)
* [OpenDNS Domain Tagging](https://community.opendns.com/domaintagging/)
There is others of course.