Thanks for your help.
I found a way to achieve the desired behaviour. I added the entire internet to the Graylist (formerly “Captcha” mode) by running the following two commands (since ipset doesn’t support 0.0.0.0/0):
Code:
imunify360-agent ip-list local add --purpose captcha 0.0.0.0/1 imunify360-agent ip-list local add --purpose captcha 128.0.0.0/1
To remove it, simply run:
HTML Code:
imunify360-agent ip-list local delete --purpose captcha 0.0.0.0/1 imunify360-agent ip-list local delete --purpose captcha 128.0.0.0/1
Regards,
Ignacio
Leave a comment: