my @BLOCKLIST_FEEDS = (
{ label => 'FireHOL Level 1', type => 'ipset',
url => 'https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset' },
{ label => 'HaGeZi TIF', type => 'ipset',
url => 'https://raw.githubusercontent.com/hagezi/dns-blocklists/refs/heads/main/ips/tif.txt' },
{ label => 'Feodo Tracker C2', type => 'ipset', auth => 1,
url => 'https://feodotracker.abuse.ch/downloads/ipblocklist_recommended.txt' },
{ label => 'URLhaus IP URLs', type => 'urls', auth => 1,
url => 'https://urlhaus.abuse.ch/downloads/text_online/' },
{ label => 'Spamhaus DROP', type => 'spamhaus_json',
url => 'https://www.spamhaus.org/drop/drop_v4.json' },
{ label => 'Spamhaus DROPv6', type => 'spamhaus_json',
url => 'https://www.spamhaus.org/drop/drop_v6.json' },
{ label => 'ThreatFox ip:port', type => 'threatfox_csv', auth => 1,
url => 'https://threatfox.abuse.ch/export/csv/ip-port/recent/' },
);