Created
October 3, 2024 14:02
-
-
Save aphexddb/e337b50ddb41915174f83f5d3bd7076a to your computer and use it in GitHub Desktop.
pihole annoying hosts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: annoying_hosts | |
# Description: Annoying hosts I noticed in PiHole and need to blacklist | |
# ads and crap | |
(\.|^)amazon-adsystem\.com$ | |
(\.|^)doubleclick\.net$ | |
(\.|^)fool\.com$ | |
^r(\.|^)googlevideo\.com$ | |
# Nielson | |
(\.|^)vtwenty\.com$ | |
(\.|^)imrworldwide\.com$ | |
# data collection | |
(\.|^)segment\.io | |
device-metrics-us.amazon.com | |
firetvcaptiveportal.com | |
app-measurement.com | |
mobile-collector.newrelic.com | |
sessions.bugsnag.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment