Page 1 of 1

GLOBAL_DENY v blacklist

Posted: 08 Oct 2019, 13:13
by ajbird
Is there any difference / advantage / disadvantage to using GLOBAL_DENY rather than an entry in /etc/csf/csf.blocklists ?

Re: GLOBAL_DENY v blacklist

Posted: 09 Oct 2019, 08:24
by BallyBasic79
Good question. I use both.

Blocklists are useful resources although often incomplete. Most blocklists are accessed via DNS so only file-based BLs can be added to CSF.

A Global list is arbitrary which means you can control it. I use a GLOBAL_DENY list to add troublesome IPs not caught by blocklists or known repeat offenders. Additionally, the Global list is an easy way to distribute these IPs to other servers I manage without the need to configure a cluster.

Those are a few notes. Others might have additional perspectives.