mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 09:40:34 +08:00
Block all Coin Miner in Reject Extra
This commit is contained in:
parent
1af36a75a5
commit
668b2bd85e
@ -34,6 +34,10 @@ export const DOMAIN_LISTS: HostsSource[] = [
|
||||
];
|
||||
|
||||
export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
||||
// CoinBlockerList - Full
|
||||
// Lat update 8 months ago, so we set a 14 days cache ttl
|
||||
['https://zerodot1.gitlab.io/CoinBlockerLists/list.txt', [], true, TTL.TWO_WEEKS()],
|
||||
|
||||
// BarbBlock
|
||||
// The barbblock list has never been updated since 2019-05, so we set a 14 days cache ttl
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user