mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
Update Reject & CDN Hosts
This commit is contained in:
parent
68e5822f0f
commit
015bdba23d
@ -22,16 +22,15 @@ export const HOSTS = [
|
||||
// 'https://curbengh.github.io/pup-filter/pup-filter-agh.txt'
|
||||
// 'https://pup-filter.pages.dev/pup-filter-agh.txt'
|
||||
// The PUP filter has paused the update since 2023-05, so we set a 7 days cache ttl
|
||||
['https://curbengh.github.io/pup-filter/pup-filter-hosts.txt', true, true, 7 * 24 * 60 * 60 * 1000],
|
||||
// BarbBlock
|
||||
// The barbblock list has never been updated since 2019-05, so we set a 10 days cache ttl
|
||||
['https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt', true, true, 10 * 24 * 60 * 60 * 1000]
|
||||
['https://curbengh.github.io/pup-filter/pup-filter-hosts.txt', true, true, 7 * 24 * 60 * 60 * 1000]
|
||||
] as const;
|
||||
|
||||
export const DOMAIN_LISTS = [
|
||||
// BarbBlock
|
||||
// The barbblock list has never been updated since 2019-05, so we set a 10 days cache ttl
|
||||
['https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt', true, 10 * 24 * 60 * 60 * 1000],
|
||||
// DigitalSide Threat-Intel - OSINT Hub
|
||||
['https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt', true],
|
||||
|
||||
// AdGuard CNAME Filter Combined
|
||||
// Update on a 7 days basis, so we add a 36 hours cache ttl
|
||||
['https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_ads_justdomains.txt', true, 36 * 60 * 60 * 1000],
|
||||
|
||||
@ -71,6 +71,7 @@ npmgraph.js.org
|
||||
bundlephobia.com
|
||||
pkg-size.dev
|
||||
vanilla-extract.style
|
||||
iterm2.com
|
||||
|
||||
# Badge Server
|
||||
api.bintray.com
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user