Merge BarbBlock
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.9) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled

This commit is contained in:
SukkaW
2025-06-22 00:39:28 +08:00
parent 2779a3bc39
commit 2c4b251363
2 changed files with 559 additions and 6 deletions

View File

@@ -71,12 +71,12 @@ export const DOMAIN_LISTS_EXTRA: HostsSource[] = [
// instead we maintain a list of our own
// BarbBlock
// The barbblock list has never been updated since ~~2019-05~~ 2023-10, so we use jsdelivr instead
[
'https://cdn.jsdelivr.net/gh/paulgb/BarbBlock@main/blacklists/domain-list.txt',
['https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt'],
true
],
// The barbblock list has never been updated since ~~2019-05~~ 2023-10, merged to reject_extra.conf
// [
// 'https://cdn.jsdelivr.net/gh/paulgb/BarbBlock@main/blacklists/domain-list.txt',
// ['https://paulgb.github.io/BarbBlock/blacklists/domain-list.txt'],
// true
// ],
// DigitalSide Threat-Intel - OSINT Hub
// Update once per day
['https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt', [], true],