Hi,
How To Unblock IP address from command line in CSF Firewall ââ?¬â?? Linux Server?
thanks
Hi,
Its very easy:
Open the file /etc/csf/csf.deny using vi editor. Command is:
vi /etc/csf/csf.deny
Remove the ip and then restart the csf server using following command:
csf -r
That's it!
Thanks