How to get the remote hostname resolved through DNS when using Nginx and ModSecurity?
Ronaldo asked: The question mod_security with OWASP CRS: Custom rule for whitelisting googlebot provides the following rule as the answer to verify the client’s DNS: SecRule REMOTE_HOST “@rx google(bot|)\.com$” “id:50000,nolog,allow” …