Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MoralCode/pihole-antitelemetry
A research-based starter pihole list to improve your privacy
https://github.com/MoralCode/pihole-antitelemetry
blocklist pihole privacy telemetry tracking
Last synced: 21 days ago
JSON representation
A research-based starter pihole list to improve your privacy
- Host: GitHub
- URL: https://github.com/MoralCode/pihole-antitelemetry
- Owner: MoralCode
- License: mit
- Created: 2021-03-31T13:43:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T20:20:37.000Z (over 1 year ago)
- Last Synced: 2024-11-12T14:53:44.922Z (30 days ago)
- Topics: blocklist, pihole, privacy, telemetry, tracking
- Language: Python
- Homepage:
- Size: 186 KB
- Stars: 307
- Watchers: 5
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - MoralCode/pihole-antitelemetry - A research-based starter pihole list to improve your privacy (Python)
README
# pihole-antitelemetry
[Research](https://www.scss.tcd.ie/doug.leith/apple_google.pdf) shows Google collects 20x more data from Android than Apple collects from iOS. Block both using these pihole lists.## Project Goals and FAQ
The purpose and goals of this blocklist are outlined in the [FAQ](FAQ.md#why-was-this-list-created)
## The lists
For a list of domains that should not break anything, use `telemetry-domains.txt`.If you want to also block domains that are not well-tested, add `telemetry-domains_beta.txt` to the list.
Domains that are known to break user-facing services or apps are moved to `telemetry-domains_borked.txt` for use at your own risk.
These lists are maintained with help from the community. Any efforts to help sort domains into the correct blocklists will help others better block non-consensual telemetry.
## Import blocklist
On the Pi-hole admin page, go under _Group management_ > _Adlists_ > _Add a new adlist_
![](imgs/adlist_menu.png)
You can add a new list either by URL or by local path:
- By URL: https://raw.githubusercontent.com/MoralCode/pihole-antitelemetry/main/telemetry-domains.txt
- By local path: `file:///local/path/to/blocklist.txt`.![](imgs/adlist_form.png)
> ( ! ) To apply the changes you need to run `pihole -g` or update your gravity list online: `http:///admin/gravity.php`
## Existing lists
- [NextDNS apple list](https://github.com/nextdns/metadata/blob/master/privacy/native/apple)
- [mischosts apple telemetry list](https://github.com/llacb47/mischosts/blob/master/apple-telemetry)
- https://decloudus.com/
- https://filterlists.com/
- https://github.com/crazy-max/WindowsSpyBlocker
-