First Post: mod_security question on remote addresses

If I want to have mod_security let in a whole class of IP addresses, what’s the correct syntax? Would this be correct?

SecFilterSelective REMOTE_ADDR "^227.10.255.*$" nolog,allow

Thanks!

 

 

 

 

Top