mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: simplify build infra / remove reject_phishing
This commit is contained in:
@@ -92,7 +92,11 @@ export const buildSpeedtestDomainSet = task(import.meta.path, async () => {
|
||||
'speedtest.upp.com',
|
||||
'.fast.com',
|
||||
'speedtest.macpaw.com',
|
||||
'.netspeedtestmaster.com'
|
||||
'.netspeedtestmaster.com',
|
||||
// Google Search Result of "speedtest", powered by this
|
||||
'.measurement-lab.org',
|
||||
// Google Fiber legacy speedtest site (new fiber speedtest use speedtestcustom.com)
|
||||
'.speed.googlefiber.net'
|
||||
]);
|
||||
|
||||
const hostnameGroups = await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user