Why Blocklist loading with 0 entries

Post Reply
consultant
Junior Member
Posts: 25
Joined: 24 Aug 2016, 04:49

Why Blocklist loading with 0 entries

Post by consultant »

I've run into this before at I swear sometimes the set loads, sometimes it doesn't. I feels like it happens more often when I add a new blocklist.

Here's my config:

Code: Select all

CLEANTALK|3600|0|https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/cleantalk_updated_30d.ipset

FIREHOL1|3600|0|https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset

FIREHOL2|3600|0|https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level2.netset

FIREHOL3|3600|0|https://raw.githubusercontent.com/firehol[b][/b]/blocklist-ipsets/master/firehol_level3.netset

FIREHOLABUSE1D|3600|0|https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_abusers_1d.netset
But as you can see from the log, CSF loads all the blocklists in the config except it is not loading the CLEANTALK block list and the source of the list sis from the same server.

Code: Select all

csf: IPSET: IPSET loading set bl_FIREHOL1 with 2751 entries
csf: IPSET loading set bl_6_FIREHOL1 with 0 entries
FIREHOL1  all opt -- in !lo out *  0.0.0.0/0  -> 0.0.0.0/0
FIREHOL1  all opt    in !lo out *  ::/0  -> ::/0
csf: IPSEsf: IPSET loading set bl_FIREHOL1 with 2751 entries
csf: IPSET loading set bl_6_FIREHOL1 with 0 entries
FIREHOL1  all opt -- in !lo out *  0.0.0.0/0  -> 0.0.0.0/0
FIREHOL1  all opt    in !lo out *  ::/0  -> ::/0
csf: IPSEFIREHOL3  all opt    in !lo out *  ::/0  -> ::/0
csf: IPSET creating set bl_CLEANTALK
BLOCKDROP  all opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0   match-set bl_CLEANTALK src
csf: IPSET creating set bl_6_CLEANTALK
BLOCKDROP  all opt    in * out *  ::/0  -> ::/0   match-set bl_6_CLEANTALK src
csf: IPSET loading set bl_CLEANTALK with 0 entries
csf: IPSET loading set bl_6_CLEANTALK with 0 entries
CLEANTALK  all opt -- in !lo out *  0.0.0.0/0  -> 0.0.0.0/0
CLEANTALK  all opt    in !lo out *  ::/0  -> ::/0
csf: IPSET creating set bl_FIREHOL2
BLOCKDROP  all opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0   match-set bl_FIREHOL2 src
csf: IPSET creating set bl_6_FIREHOL2
BLOCKDROP  all opt    in * out *  ::/0  -> ::/0   match-set bl_6_FIREHOL2 src
csf: IPSET loading set bl_FIREHOL2 with 18401 entries
csf: IPSET loading set bl_6_FIREHOL2 with 0 entries
FIREHOL2  all opt -- in !lo out *  0.0.0.0/0  -> 0.0.0.0/0
FIREHOL2  all opt    in !lo out *  ::/0  -> ::/0
csf: IPSET creating set bl_FIREHOLABUSE1D
BLOCKDROP  all opt -- in * out *  0.0.0.0/0  -> 0.0.0.0/0   match-set bl_FIREHOLABUSE1D src
csf: IPSET creating set bl_6_FIREHOLABUSE1D
BLOCKDROP  all opt    in * out *  ::/0  -> ::/0   match-set bl_6_FIREHOLABUSE1D src
csf: IPSET loading set bl_FIREHOLABUSE1D with 6768 entries

Sergio
Junior Member
Posts: 1685
Joined: 12 Dec 2006, 14:56

Re: Why Blocklist loading with 0 entries

Post by Sergio »

Have you tried to ping the domain? Is it resolving?
Have you tried to access the URL on your browser? Is it working?
It you can't access the URL, chances are that your server couldn't either and that is why.

Regards,
Sergio
Post Reply