Page 1 of 1

Custom ipset support

Posted: 11 May 2024, 10:37
by mkn
I have the same problem. Why not add the option to the configuration, something like:

Code: Select all

PROTECT_IPSETS = "myset_1, myset_2"
or another settigns file that contains the names of the list to be left alone at restart:

Code: Select all

#FILE csf.ipsets_protected
myset_1
myset_2
I could do that in the main csf PERL file but on update the changes will unavoidably be gone.

Markku