ASUS
Verified User
- Joined
- Oct 12, 2022
- Messages
- 23
I see modsecurity always block my ssl renew because curl ( I was blocked this user-agent because too much of bot rip my server) OR .well-known/acme-challenge ( I don't know why )
so is that safe to whitelist my server ip in modsecurity by this rule?
Thanks
so is that safe to whitelist my server ip in modsecurity by this rule?
Code:
SecRule REMOTE_ADDR "@ipMatch 123.123.123.123" "phase:1,id:999906,nolog,allow"
Thanks