Skip to content

Commit 6c238fa

Browse files
committed
Update Speedtest & Cloud & Reject Hosts
1 parent 74464d5 commit 6c238fa

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

Source/domainset/speedtest.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ open.cachefly.net
9595
.mlab-oti.measurement-lab.org
9696
# nperf
9797
.nperf.net
98+
# HiNet
99+
.speed.hinet.net

Source/non_ip/cloudmounter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export const DOMAINS = [
66
'DOMAIN-SUFFIX,storage.live.com',
77
'DOMAIN-SUFFIX,files.1drv.com',
88
'DOMAIN-SUFFIX,my.microsoftpersonalcontent.com',
9-
'DOMAIN-WILDCARD,*-medi*.svc.ms'
9+
'DOMAIN-WILDCARD,*-medi*.svc.ms',
10+
'DOMAIN-SUFFIX,upload.box.com'
1011
];
1112

1213
export const PROCESS_NAMES = [

Source/non_ip/reject.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ DOMAIN-KEYWORD,fb-community-standards
2727
DOMAIN-KEYWORD,fb-business-appeal
2828
DOMAIN-KEYWORD,cp-home-pl-
2929

30+
# >> Malware
31+
DOMAIN-KEYWORD,tlauncher
32+
3033
# --- End of Blacklist Section
3134

3235
# --- AD Block ---

0 commit comments

Comments
 (0)