mirror of
https://github.com/SukkaW/Surge.git
synced 2026-02-02 03:51:53 +08:00
Add new phishing feed / speed up domains sort
This commit is contained in:
@@ -26,6 +26,11 @@ export const HOSTS = [
|
||||
['https://paulgb.github.io/BarbBlock/blacklists/hosts-file.txt', true, true]
|
||||
] as const;
|
||||
|
||||
export const DOMAIN_LISTS = [
|
||||
// DigitalSide Threat-Intel - OSINT Hub
|
||||
['https://osint.digitalside.it/Threat-Intel/lists/latestdomains.txt', true]
|
||||
] as const;
|
||||
|
||||
export const ADGUARD_FILTERS = [
|
||||
// EasyList
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user