diff --git a/client/src/components/ui/Icons.js b/client/src/components/ui/Icons.js index 3851ff01..ec5bf8a3 100644 Binary files a/client/src/components/ui/Icons.js and b/client/src/components/ui/Icons.js differ diff --git a/client/src/helpers/constants.js b/client/src/helpers/constants.js index 578d52a3..989a258b 100644 --- a/client/src/helpers/constants.js +++ b/client/src/helpers/constants.js @@ -279,6 +279,10 @@ export const SERVICES = [ id: 'tiktok', name: 'TikTok', }, + { + id: 'qq', + name: 'QQ', + }, ]; export const SERVICES_ID_NAME_MAP = SERVICES.reduce((acc, { id, name }) => { diff --git a/dnsfilter/blocked_services.go b/dnsfilter/blocked_services.go index 8cac102e..08990e0a 100644 --- a/dnsfilter/blocked_services.go +++ b/dnsfilter/blocked_services.go @@ -161,6 +161,7 @@ var serviceRulesArray = []svc{ "||douyin.com^", "||tiktokv.com^", }}, + {"qq", []string{"||qq.com^", "||qqzaixian.com^"}}, } // convert array to map