mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-03 12:31:54 +08:00
Update Speedtest Hosts + Phishing Hosts
This commit is contained in:
@@ -52,7 +52,12 @@ const BLACK_TLD = new Set([
|
||||
'cloud',
|
||||
'club',
|
||||
'click',
|
||||
'cfd'
|
||||
'cfd',
|
||||
'fit',
|
||||
'mobi',
|
||||
'buzz',
|
||||
'one',
|
||||
'com.cn'
|
||||
]);
|
||||
|
||||
(async () => {
|
||||
@@ -128,11 +133,8 @@ const BLACK_TLD = new Set([
|
||||
|
||||
const results = [];
|
||||
|
||||
console.log(domainCountMap['serveusers.com']);
|
||||
Object.entries(domainCountMap).forEach(([domain, count]) => {
|
||||
if (
|
||||
count >= 5
|
||||
) {
|
||||
if (count >= 5) {
|
||||
results.push(`.${domain}`);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user