:: How to ban countries ip on CSF (ConfigServer Security & Firewall)
+ edit csf.conf
vi /etc/csf.conf
+ add two-letters country code on CC_DENY (ex: US,ID)
CC_DENY = US,ID
you can refer this url for other countries.
+ restarting csf
/etc/init.d/csf restart