A comprehensive collection of domain blocklists designed to enhance your Pi-hole ad blocking capabilities. This repository contains carefully curated lists that target various types of ads, tracking, and unwanted content across different platforms and services.
This repository provides multiple specialized blocklists for different purposes:
- PUBG Blocklist (
pubg-block.txt): Blocks domains associated with PUBG game tracking, ads, and related services - HiTV Ads Blocklist (
hitv.list): Targets video advertising on HiTV platform
- Facebook Blocklist (
Facebook): Comprehensive blocking of Facebook services and domains - Instagram Blocklist (
instagram-pihole): Blocks Instagram tracking and advertising domains - Snapchat Blocklist (
snapchat-pihole): Blocks Snapchat tracking and advertising domains - TikTok Blocklist (
tiktok-pihole): Blocks TikTok tracking and advertising domains
- DNS over HTTPS (DoH) Blocklist (
doh-list): Blocks public DNS over HTTPS providers (useful for privacy control) - Huawei Blocklist (
huawei-host): Blocks Huawei device tracking and services
- uBlock Origin Ads Filter (
ublock_ads_list): Ads-only filters from the uBlock Origin project - Android Tracking (
android-tracking): Blocks Android device tracking domains - TikTok Tracking (
tiktock-tracking): Additional TikTok tracking domains
- Log in to your Pi-hole admin interface
- Navigate to Group Management (or Blacklist in older versions)
- Click on Blocklists (or Adlists)
- Enter the raw URL for the list you want to add
- Click Add and then Save
- PUBG Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/pubg-block.txt - Facebook Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/Facebook - Instagram Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/instagram-pihole - Snapchat Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/snapchat-pihole - TikTok Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/tiktok-pihole - DoH Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/doh-list - HiTV Ads Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/hitv.list - Huawei Blocklist:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/huawei-host - uBlock Origin Ads:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/ublock_ads_list - Android Tracking:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/android-tracking - TikTok Tracking:
https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/tiktock-tracking
You can also add these lists using the command line:
# Example for adding the PUBG blocklist
pihole -g https://raw.githubusercontent.com/mrxehmad/pi-hole-adlist/main/pubg-block.txtAll lists follow the standard Pi-hole format:
- Each line contains an IP address (usually
0.0.0.0or127.0.0.1) followed by a domain - Lines starting with
#are comments and will be ignored - Some lists include wildcard patterns using
||domain.com^format
- Testing: Some domains may block legitimate functionality. Test thoroughly in your environment.
- Update Frequency: Lists are updated periodically as new tracking domains are discovered.
- False Positives: If you find a domain that blocks legitimate content, please report an issue.
- Backup: Always backup your Pi-hole configuration before adding new lists.
Contributions are welcome! If you have additional domains to add or find issues with current lists:
- Fork the repository
- Create a feature branch
- Add your changes
- Open a pull request
- Add domains to the appropriate category list
- Maintain the standard Pi-hole format
- Include comments explaining the purpose of new domains (optional)
- Test changes before submitting
This project is licensed under the MIT License - see the LICENSE file for details.
- uBlock Origin uAssets - For the uBlock Origin filters
- wranders/doh-list - DoH provider list
- oneoffdallas/dohservers - DoH server information
- MohamedElashri/doh-list - DoH server references
- deep-bhatt/huawei-block-list - Huawei blocking information
If you encounter problems with any of the lists:
- Check if the issue is already reported in the issues section
- Create a new issue with:
- The specific list causing issues
- The domain causing the problem
- What functionality was affected
- Steps to reproduce the issue
These lists are designed to block unwanted content but may occasionally block legitimate content. Use at your own discretion. The maintainers are not responsible for any unintended consequences resulting from the use of these lists.
The lists in this repository are maintained and updated regularly as new tracking domains and ad servers are discovered. Check back frequently for updates or consider setting up automated list refreshes in your Pi-hole configuration.