Custom ipset support
Posted: 11 May 2024, 10:37
I have the same problem. Why not add the option to the configuration, something like:
or another settigns file that contains the names of the list to be left alone at restart:
I could do that in the main csf PERL file but on update the changes will unavoidably be gone.
Markku
Code: Select all
PROTECT_IPSETS = "myset_1, myset_2"
Code: Select all
#FILE csf.ipsets_protected
myset_1
myset_2
Markku