Last active
April 7, 2025 03:51
-
-
Save carwin/457f1cae0cb53a5f75417ddceaa84bf6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: Carwin's PiHole | |
# | |
# These are black and white list items for PiHole | |
# ========================================================================== | |
# Roku garbage | |
^[^.]+\.(sr|sc)\.roku.com$ | |
^(([^.]+\.)*(logs|ads|web|prod\.mobile|cti|voice)(\.[^.]+)*\.)roku\.com$ | |
^(([^.]+\.)*[^.]*(amarillo|amoeba|austin|benjamin|bryan|camden|cooper|copper|digdug|external|giga|gilbert|griffin|hereford|lb|liberty|littlefield|longview|madison|marlin|midland|paolo|richmond|rollingwood|scribe|sugarland|tyler|victoria|windsor)[^.]*(\.[^.]+)*\.))roku\.com$ | |
^((captive|cloudservices|wwwimg)\.)roku\.com$ | |
^((bif|microsites|traces|track|userdata)\.sr\.)roku\.com$ | |
^([^.]+\.)*ravm\.tv$ | |
lat-services.api.data.roku.com | |
roku.admeasurement.com | |
^([^.]+\.)*roku([^.]+\.)*\.admeasurement([^.]+\.)*\.com$ | |
# Peacock ads that might also block amazon echo devices. Neat. | |
[^.]+\.mediatailor\.[^.]+\.amazonaws\.com | |
# WTF Disney+... The sheer number of requests is staggering | |
^([^.]+\.)*disneyadvertising\.com$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment