Fix smarttv block lists to get from a domain that works
Also hard codes regex lists because they were formatted for PiHole and not Blocky.
This commit is contained in:
parent
bc620987b7
commit
1f8014e740
@ -76,8 +76,21 @@ blocking:
|
|||||||
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
|
- https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
|
||||||
# - https://hosts-file.net/ad_servers.txt
|
# - https://hosts-file.net/ad_servers.txt
|
||||||
smarttv:
|
smarttv:
|
||||||
- https://perflyst.github.io/PiHoleBlocklist/SmartTV.txt
|
- https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt
|
||||||
# - https://perflyst.github.io/PiHoleBlocklist/regex.list
|
# - https://perflyst.github.io/PiHoleBlocklist/regex.list
|
||||||
|
- |
|
||||||
|
# Title: Perflyst's SmartTV Blocklist for Pi-hole - RegEx extension
|
||||||
|
# Version: 13July2023v1
|
||||||
|
# Samsung
|
||||||
|
/(^|\.)giraffic\.com$/
|
||||||
|
/(^|\.)internetat\.tv$/
|
||||||
|
/(^|\.)pavv\.co\.kr$/
|
||||||
|
# /(^|\.)samsungcloudcdn\.com$/ # prevents updates
|
||||||
|
# /(^|\.)samsungcloudsolution\.com$/ # prevents internet connection
|
||||||
|
/(^|\.)samsungcloudsolution\.net$/
|
||||||
|
/(^|\.)samsungelectronics\.com$/
|
||||||
|
# /(^|\.)samsungotn\.net$/ # prevents updates
|
||||||
|
/(^|\.)samsungrm\.net$/
|
||||||
wemo:
|
wemo:
|
||||||
- |
|
- |
|
||||||
# Remote commands
|
# Remote commands
|
||||||
|
Loading…
Reference in New Issue
Block a user