mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Fix AdGuard false positive rule
This commit is contained in:
parent
8c627fd57b
commit
3fd14b6fe4
@ -78,7 +78,8 @@ const threads = isCI ? cpuCount : cpuCount / 2;
|
||||
't.co', // pgl yoyo add t.co to the blacklist
|
||||
'survicate.com', // AdGuardDNSFilter
|
||||
'perfops.io', // AdGuardDNSFilter
|
||||
'd2axgrpnciinw7.cloudfront.net' // ADGuardDNSFilter
|
||||
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
||||
'tb-lb.sb-cd.com' // AdGuard
|
||||
]);
|
||||
|
||||
(await Promise.all([
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user