Default File Content: [ATTACH] I just remove my own IP.
what do you mean ? centmin mod on initial install will auto insert your ISP detected ip into /etc/csf/csf.ignore to whitelist your ownISP ip address from CSF Firewall
As you can see on the screenshot, installer must auto add all Cloudflare IP the same as CSF.ALLOW. But for CSF.IGNORE file only ip word is inserted.
ah i see that now.. thanks will check it out you can remove those ip entries using command Code (Text): sed -i '/^ip/d' /etc/csf/csf.ignore
ah yes tools/csfcf.sh skips add cloudflare ips to csf.ignore if the ip is already in csf.allow as it assumes it was already added. Guess i might need to double check to see if the ip address is in csf.ignore too edit: updated 123.09beta01 tools/csfcf.sh for this too