IP Blocker
I hope that someone could help me with this issue.
I'm trying to block a particular malicious IP from my logs.
I have used "IP Blocker" from my CPanel. This is what I have in my htaccess;
# Block users by IP
order deny,allow
deny from 195.0.0.0/8
deny from 195.154.0.0/16
But this malicious IP keeps coming back on my logs with a 200 code!
Just this morning again:
195.154.61.206 - - [26/Oct/2019:08:34:09 -0400] "GET / HTTP/1.1" 200 36688 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0"
What am I doing wrong?
Many thanks for your help.
Please sign in to leave a comment.
Comments
0 comments