Skip to content

Commit

Permalink
Merge pull request #119 from DandelionSprout/patch-7
Browse files Browse the repository at this point in the history
December main update
  • Loading branch information
Perflyst authored Dec 16, 2021
2 parents 7373185 + ddd48a0 commit 5a28198
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 6 additions & 2 deletions SmartTV-AGH.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
! Title: Smart-TV Blocklist for AdGuard Home (by Dandelion Sprout's)
! Version: 10July2021v1
! Version: 16December2021v1
! Description: This is a blocklist to block smart-TVs sending metadata back home, sometimes with the added benefit of blocking interface ads for apps and movie services.
! Please help to collect domains!
! It could occur that the TV fails to receive new updates, or that other apps or services no longer work. Please report such an incident.
! This list version is for AdGuard Home only. If you use Pi-Hole, you must instead use https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/SmartTV.txt and https://raw.githubusercontent.com/Perflyst/PiHoleBlocklist/master/regex.list

! Multiple brands
||smartclip.com^
Expand Down Expand Up @@ -55,7 +56,8 @@
||smartshare.lgtvsdp.com^
||rdx2.lgtvsdp.com^
! For TVs that try to connect to several garbled letter combinations
/^[a-z]{7,15}$/
/^[a-z]{11,15}$/
/^[a-z]{7,10}$/$ctag=device_tv
! Used in malware exploits
||aic-ngfts.lge.com^

Expand Down Expand Up @@ -123,6 +125,8 @@
||connecttv.pelmorex.com^
! Needed for appstore and login on Samsung UE40F5500
@@||infolink.pavv.co.kr^
! https://github.com/Perflyst/PiHoleBlocklist/issues/112
||adgrx.com^
!auth.samsungosp.com # If blocked, Samsung accounts will fail to authenticate
!cdn.samsungcloudsolution.com # System update check on Samsung UE40F5500
!||d1oxlq5h9kq8q5.cloudfront.net^ # app icons in samsung app store
Expand Down
8 changes: 5 additions & 3 deletions SmartTV.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Title: Smart-TV Blocklist for Pi-hole
# Version: 10July2021v1
# Version: 15December2021v1
# Description: This is a blocklist to block smart-TVs sending metadata back home, sometimes with the added benefit of blocking interface ads for apps and movie services.
# Please help with collecting domains!
# It could occur that the TV fails to receive new updates, or that other apps or services no longer work. Please report such an incident.
Expand Down Expand Up @@ -98,7 +98,7 @@ smartshare.lgtvsdp.com
us.ad.lgsmartad.com
us.ibs.lgappstv.com
us.info.lgsmartad.com
us.lgtvsdp.com
#us.lgtvsdp.com # #117
us.rdx2.lgtvsdp.com
yumenetworks.com
aic-ngfts.lge.com
Expand Down Expand Up @@ -137,7 +137,7 @@ fkp.samsungcloudsolution.com
fkp.samsungcloudsolution.net
game.internetat.tv
gld.samsungosp.com
gpm.samsungqbe.com
#gpm.samsungqbe.com # Numerous connection problems, e.g. #82
i-stream.pl
log-1.samsungacr.com
log-2.samsungacr.com
Expand Down Expand Up @@ -200,6 +200,8 @@ rd.samsungadhub.com
samsungadhub.com
samsungads.com
gamespromotion.samsungcloudsolution.com
# https://github.com/Perflyst/PiHoleBlocklist/issues/112
tvx.adgrx.com
#auth.samsungosp.com # if blocked, samsung accounts will fail to authenticate
#cdn.samsungcloudsolution.com # System update check on Samsung UE40F5500
#infolink.pavv.co.kr # Needed for appstore and login on Samsung UE40F5500
Expand Down
2 changes: 1 addition & 1 deletion regex.list
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
(^|\.)lgsmartad\.com
(^|\.)smartshare\.lgtvsdp\.com
(^|\.)rdx2\.lgtvsdp\.com
^[a-z]{7,15}$
^[a-z]{11,15}$

# Samsung
(^|\.)giraffic\.com$
Expand Down

0 comments on commit 5a28198

Please sign in to comment.