From c158217dda0ec9ee8ffd464cb41f5843e84020ee Mon Sep 17 00:00:00 2001 From: SukkaW Date: Mon, 30 Sep 2024 07:24:02 +0800 Subject: [PATCH] Update CDN & Reject & Stream Hosts --- Source/domainset/cdn.conf | 5 +++++ Source/domainset/reject_sukka.conf | 1 + Source/non_ip/direct.ts | 7 +++++++ Source/stream.ts | 1 + 4 files changed, 14 insertions(+) diff --git a/Source/domainset/cdn.conf b/Source/domainset/cdn.conf index 9bbebb53..3663ab19 100644 --- a/Source/domainset/cdn.conf +++ b/Source/domainset/cdn.conf @@ -3017,3 +3017,8 @@ mangaz-static.j-comi.jp mangaz-books.j-comi.jp storage.withfabric.xyz cdn.deta.space +assets.euractiv.com +cdn.prod.www.spiegel.de +sp-spiegel-de.spiegel.de +assets.newrepublic.com +images.newrepublic.com diff --git a/Source/domainset/reject_sukka.conf b/Source/domainset/reject_sukka.conf index f3a5bf73..6a8c78d0 100644 --- a/Source/domainset/reject_sukka.conf +++ b/Source/domainset/reject_sukka.conf @@ -998,6 +998,7 @@ analytics.spotify.com .log.spotify.com # >> Microsoft +bat.bing.com .telemetry.microsoft.com .events.data.microsoft.com .data.microsoft.com diff --git a/Source/non_ip/direct.ts b/Source/non_ip/direct.ts index f2bbd927..81797e85 100644 --- a/Source/non_ip/direct.ts +++ b/Source/non_ip/direct.ts @@ -14,6 +14,13 @@ export interface DNSMapping { } export const DIRECTS = { + HOTSPOT_CAPTIVE_PORTAL: { + dns: 'system', + hosts: {}, + domains: [ + 'securelogin.com.cn' + ] + }, ROUTER: { dns: 'system', hosts: {}, diff --git a/Source/stream.ts b/Source/stream.ts index 841c04a7..f0e9d482 100644 --- a/Source/stream.ts +++ b/Source/stream.ts @@ -555,6 +555,7 @@ const PARAMOUNT: StreamService = { name: 'Paramount+', rules: [ 'USER-AGENT,PPlus*', + 'DOMAIN-SUFFIX,pluto.tv', // not paramount+, but does belong to the same company 'DOMAIN-SUFFIX,cbsi.com', 'DOMAIN-SUFFIX,cbsaavideo.com', 'DOMAIN-SUFFIX,cbsivideo.com',