Disable Bot Net Filters Data, too many IPs

This commit is contained in:
SukkaW
2025-06-23 22:10:39 +08:00
parent 7570837435
commit 99011086fe
2 changed files with 1 additions and 22 deletions

View File

@@ -563,17 +563,6 @@ export const PREDEFINED_WHITELIST = [
'hbbtv.kika.de'
];
export const BOTNET_FILTER = [
'https://malware-filter.pages.dev/botnet-filter-dnscrypt-blocked-ips.txt',
[
'https://botnet-filter.pages.dev/botnet-filter-dnscrypt-blocked-ips.txt',
'https://malware-filter.gitlab.io/malware-filter/botnet-filter-dnscrypt-blocked-ips.txt',
'https://malware-filter.gitlab.io/botnet-filter/botnet-filter-dnscrypt-blocked-ips.txt'
// 'https://curbengh.github.io/botnet-filter/botnet-filter-dnscrypt-blocked-ips.txt',
// https://curbengh.github.io/malware-filter/botnet-filter-dnscrypt-blocked-ips.txt
]
] as const;
export const BOGUS_NXDOMAIN_DNSMASQ = [
'https://cdn.jsdelivr.net/gh/felixonmars/dnsmasq-china-list@master/bogus-nxdomain.china.conf',
['https://raw.githubusercontent.com/felixonmars/dnsmasq-china-list/master/bogus-nxdomain.china.conf']