mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +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
|
't.co', // pgl yoyo add t.co to the blacklist
|
||||||
'survicate.com', // AdGuardDNSFilter
|
'survicate.com', // AdGuardDNSFilter
|
||||||
'perfops.io', // AdGuardDNSFilter
|
'perfops.io', // AdGuardDNSFilter
|
||||||
'd2axgrpnciinw7.cloudfront.net' // ADGuardDNSFilter
|
'd2axgrpnciinw7.cloudfront.net', // ADGuardDNSFilter
|
||||||
|
'tb-lb.sb-cd.com' // AdGuard
|
||||||
]);
|
]);
|
||||||
|
|
||||||
(await Promise.all([
|
(await Promise.all([
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user