From 4c4d242ad53ac22087f6f2688b112410500d742f Mon Sep 17 00:00:00 2001 From: Andre Voigtmann Date: Wed, 6 May 2020 11:08:50 +0200 Subject: [PATCH] add Disney Plus streaming --- client/src/helpers/constants.js | 4 ++++ dnsfilter/blocked_services.go | 1 + 2 files changed, 5 insertions(+) diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index d0e933df376..e5feabd23fc 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -188,6 +188,10 @@ export const SERVICES = [ id: 'netflix', name: 'Netflix', }, + { + id: 'disneyplus', + name: 'Disney Plus', + }, { id: 'snapchat', name: 'Snapchat', diff --git a/dnsfilter/blocked_services.go b/dnsfilter/blocked_services.go index 1c77d1bcc55..49500857354 100644 --- a/dnsfilter/blocked_services.go +++ b/dnsfilter/blocked_services.go @@ -43,6 +43,7 @@ var serviceRulesArray = []svc{ }}, {"twitch", []string{"||twitch.tv^", "||ttvnw.net^", "||jtvnw.net^", "||twitchcdn.net^"}}, {"netflix", []string{"||nflxext.com^", "||netflix.com^", "||nflximg.net^", "||nflxvideo.net^"}}, + {"disneyplus", []string{"||disney-plus.net^", "||disneyplus.com^", "||disneyplus.com.ssl.sc.omtrdc.net^", "||dssott.com^"}}, {"instagram", []string{"||instagram.com^", "||cdninstagram.com^"}}, {"snapchat", []string{ "||snapchat.com^",