Hi, is there any way to add an ip ignore list from a url like blocklist does?
for exemple:
LITESPEED|86400|0|https://api.quic.cloud/ips
to be added in csf.ignore
regards
Csf ignore from url?
Re: Csf ignore from url?
I think one way of doing this will be adding an "include" statements inside /etc/csf/csf.ignore
Something like this:
I have never done it before, as I just include my own info in this file, so, you have to do a test.
If that doesn't work, it could be implemented manually, creating an script to download that file into your cPanel account (not whm) and then adding the info to /etc/csf/csf.ignore
Sergio
Something like this:
Code: Select all
include https://api.quic.cloud/ips
If that doesn't work, it could be implemented manually, creating an script to download that file into your cPanel account (not whm) and then adding the info to /etc/csf/csf.ignore
Sergio