mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 17:50:34 +08:00
Chore: CoinBlockerList is dead
This commit is contained in:
parent
fb5f1a5091
commit
d51f498579
@ -30,25 +30,25 @@ export const HOSTS_EXTRA: HostsSource[] = [
|
|||||||
export const DOMAIN_LISTS: HostsSource[] = [
|
export const DOMAIN_LISTS: HostsSource[] = [
|
||||||
// CoinBlockerList
|
// CoinBlockerList
|
||||||
// Although the hosts file is still actively maintained, the hosts_browser file is not updated since 2024-03, so we set a 14 days cache ttl
|
// Although the hosts file is still actively maintained, the hosts_browser file is not updated since 2024-03, so we set a 14 days cache ttl
|
||||||
[
|
// [
|
||||||
'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
|
// 'https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt',
|
||||||
[
|
// [
|
||||||
'https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt'
|
// 'https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list_browser.txt'
|
||||||
],
|
// ],
|
||||||
true,
|
// true,
|
||||||
TTL.TWO_WEEKS()
|
// TTL.TWO_WEEKS()
|
||||||
]
|
// ]
|
||||||
];
|
];
|
||||||
|
|
||||||
export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
|
||||||
// CoinBlockerList - Full
|
// CoinBlockerList - Full
|
||||||
// Lat update 10 months ago, so we set a 14 days cache ttl
|
// Lat update 10 months ago, so we set a 14 days cache ttl
|
||||||
[
|
// [
|
||||||
'https://zerodot1.gitlab.io/CoinBlockerLists/list.txt',
|
// 'https://zerodot1.gitlab.io/CoinBlockerLists/list.txt',
|
||||||
['https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list.txt'],
|
// ['https://proxy.cdn.skk.moe/?https://zerodot1.gitlab.io/CoinBlockerLists/list.txt'],
|
||||||
true,
|
// true,
|
||||||
TTL.TWO_WEEKS()
|
// TTL.TWO_WEEKS()
|
||||||
],
|
// ],
|
||||||
|
|
||||||
// BarbBlock
|
// BarbBlock
|
||||||
// The barbblock list has never been updated since 2019-05, so we set a 14 days cache ttl
|
// 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