https://github.com/gzachariadis/blacklist
A personal endeavor to reduce my trackable digital footprint and protect my network from exposure to digital malicious content.
https://github.com/gzachariadis/blacklist
adlists ads advertisments blocking blocklists malware pihole pihole-ads-list pihole-blacklist pihole-blocklists trackers tracking
Last synced: 3 months ago
JSON representation
A personal endeavor to reduce my trackable digital footprint and protect my network from exposure to digital malicious content.
- Host: GitHub
- URL: https://github.com/gzachariadis/blacklist
- Owner: gzachariadis
- Created: 2024-08-01T09:20:06.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:52:48.000Z (3 months ago)
- Last Synced: 2025-03-03T17:45:07.602Z (3 months ago)
- Topics: adlists, ads, advertisments, blocking, blocklists, malware, pihole, pihole-ads-list, pihole-blacklist, pihole-blocklists, trackers, tracking
- Language: Python
- Homepage:
- Size: 24.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](#)
[](#)
[](#)
![]()
The Blacklist



A personal endeavor to reduce my trackable digital footprint and protect my network from exposure to digital malicious content.
Proceed with caution; Depending on your circumstances, could disrupt functionality.
📂 Categories
- Tracking - Blocks domains known for tracking user activities.
- Malware - Protects against domains with destructive malware.
- Advertisements - Blocks ad-serving domains for a cleaner browsing experience.
- Corportations - Blocks access to most major corportations (configurable).
- Malicious Top Level Domains(TLDs) - Malicious TLDs has been sourced from trusted threat intelligence providers.
- DOH/DNS - Public and DoH (DNS over HTTPS) Servers (bypass protection)
🚫 Blocklists Aggregator Sources
- **[FilterLists](https://filterlists.com/)**
- **[Firebog](https://firebog.net/)**
- **[Blocklist Project](https://blocklistproject.github.io/)**
- **[Unified Hosts](https://github.com/AdguardTeam/AdguardFilters)**
for a more detailed section, look [here.](https://codeberg.org/gzachariadis/Blacklist/src/branch/main/Adlists)
🛡️ Security
While blocklists offer significant protection against trackers, malware, and advertisements, relying solely on them is not a foolproof solution for safeguarding your digital footprint. The ever-evolving nature of online threats means that a layered approach to security is crucial. I personally highly recommend using a combination of tools and techniques to enhance your privacy and security.
For most users leveraging [Pi-hole](https://pi-hole.net/), I recommend:
- [uBlock Origin](https://ublockorigin.com/) - A browser extension which offers advanced ad and tracker blocking capabilities, allowing for fine-grained control over what content is allowed or blocked. It works seamlessly alongside Pi-hole to provide an extra layer of protection at the browser level and minimizes the number of requests reaching your DNS.
- [Unbound](https://www.nlnetlabs.nl/projects/unbound/about/): A high-performance, open-source DNS resolver that improves security and privacy by handling DNS queries and providing features like DNSSEC validation.
🔗 Proposed Resources
- [Whitelist](https://codeberg.org/gzachariadis/Whitelist") - Categorized domain-based whitelist suggestions for your favorite services, software and websites, compatible with Pi-hole.
- [Pi-hole](https://github.com/gzachariadis/Pi-Hole) - A configuration guide for setting up fully self-contained recursive DNS resolver for maximum privacy and ad-blocking efficiency.
- [Raspberry Pi](https://github.com/gzachariadis/Raspberry-Pi) - A comprehensive guide on configuring your Raspberry Pi for optimal performance, reliability, power-consumption, security & privacy.
📝 Contributing
In case, you have suggestions, new blocklist sources, or want to report an issue:
- Fork the repository.
- Create a new branch (feature/your-feature-name).
- Commit your changes (git commit -m 'Describe your changes').
- Push to the branch (git push origin feature/your-feature-name).
- Open a Pull Request and join the discussion.
Please consider giving this a star!
[](#)
[](#)