Csf ignore from url?

Post Reply
Sean510
Junior Member
Posts: 2
Joined: 19 Sep 2022, 11:04

Csf ignore from url?

Post by Sean510 »

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
Sergio
Junior Member
Posts: 1687
Joined: 12 Dec 2006, 14:56

Re: Csf ignore from url?

Post by Sergio »

I think one way of doing this will be adding an "include" statements inside /etc/csf/csf.ignore

Something like this:

Code: Select all

include https://api.quic.cloud/ips
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
Post Reply