An open API service indexing awesome lists of open source software.

https://github.com/goodnessjson/pihole-whitelist

An open-source repo of commonly white listed domains for your Pi-Hole setup.
https://github.com/goodnessjson/pihole-whitelist

ad-blocker adblock adblocker adguard adguard-home pi-hole pihole pihole-blocklists raspberry-pi whitelist

Last synced: 7 months ago
JSON representation

An open-source repo of commonly white listed domains for your Pi-Hole setup.

Awesome Lists containing this project

README

          


Whitelist logo




repo size


stars


last updated


commit activity


open issues


closed issues


contributors




Collection of commonly white listed domains for
Pi-Hole®




This repository hosts open-source, robust and vetted community whitelists for use with PiHole V6.

To keep this list as up to date as possible, PRs and domain suggestions are welcome and will try and be quickly resolved. Please see below for info.

Want to report a new domain? Want to report an existing one? Feel free to file an [issue](https://github.com/GoodnessJSON/PiHole-Whitelist/issues).




Releases

|

Submit Issue

|

Submit PR



This is a fork of the original anudeepND Whitelist.
It's aim is to support PiHole V6 and be responsive to community requests.

 

## Table of contents
- [Features](#features)
- [Installation](#installation-pihole-v6)
- [Overview](#overview)
- [How do I determine an ad domain?](#how-do-i-determine-an-ad-domain)
- [License ](#license)

## Features

- The entire repo is curated.
- New domains are added frequently.
- Can be easily imported as an 'allow list' with PiHole V6.
- Domains are categorized and are included in 3 different files.
- Domains have explanations to explain why they have been whitelisted.
- If you are a beginner to Pi-Hole, adding these sites will solve issues with host files that block legitimate websites.

## Installation (PiHole v6)

1. Open your PiHole Instance
2. Click on Lists
3. Enter in the link to the correct Whitelist (see below) into the Address box
4. Click 'Add Allowlist'
4. Update Gravity

## Overview

| File Name | Domain Count | Description | Update Frequency | Raw Link |
|:-:|:-:|:-:|:-:|:-:|
| whitelist.txt | 193 | This file contain domains that are __safe__ to whitelist i.e. it does not contain any tracking or advertising sites. Adding this file fixes many problems like YouTube watch history, videos on news sites and so on. If you want to report additional domain feel free to file an [issue](https://github.com/GoodnessJSON/PiHole-Whitelist/issues). | Occasionally | [link](https://raw.githubusercontent.com/GoodnessJSON/PiHole-Whitelist/master/lists/whitelist.txt) |
| referral-sites.txt | 77 | People who use services like Slickdeals and Fatwallet needs a few sites (most of them are either trackers or ads) to be whitelisted to work properly. This file contains some analytics and ad serving sites like __doubleclick.net__ and others. __If you don't know what these services are, stay away from this list.__ | Occasionally | [link](https://raw.githubusercontent.com/GoodnessJSON/PiHole-Whitelist/master/lists/referral-sites.txt) |
| optional-list.txt | 145 | This file contain domains that are needed to be whitelisted depending on the service you use. It may contain some tracking site but sometimes it's necessary to add bad domains to make a few services to work. Currently there is no script for this list, you have to add domains manually to your Pi-Hole. | Occasionally | [link](https://raw.githubusercontent.com/GoodnessJSON/PiHole-Whitelist/master/lists/optional-list.txt) |

## How do I determine an ad domain?
- __Using PiHole:__ Follow the official PiHole instructions for identifying a problematic domain.
- __Adam:ONE Assistant (formerly DNSthingy Assistant):__ This browser extension will list all of the domains that are queried when a web page is loaded. You can often look at the list of domains and cherry pick the ones that appear to be ad-serving domains.
- __Using inbuilt Developer tool:__ For Chrome and Firefox, __`ctrl+shift+I`__ will land you in Developer tools menu.
- __Using an Android app:__ [__`Net Guard`__](https://play.google.com/store/apps/details?id=eu.faircode.netguard) is an Android app that can be used to monitor any specific apps, works on unrooted devices too.

## License

```Text
MIT License - This repository

Copyright (c) 2025 GoodnessJSON

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

```Text
MIT License - Original Fork
Original License - https://github.com/anudeepND/whitelist

Copyright (c) 2020 Anudeep ND

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```