On Fri, 2006-07-28 at 21:59 -0400, Marty Huntzberry wrote:
A bot claiming to be a Google.bot keeps spydering my server.  I want to deny access from these IP addresses (it uses 2):

66.249.65.169
66.249.65.38

In my .gnump3drc file I see that there is an authorization part.  I have this:

allowed_clients = all
denied_clients =  66.249.65.169; 66.249.65.38

Would that effectively block a bot?
Yes, but since it's unlikely that you want anyone from that subnet, you can just use this:

allowed_clients = all
denied_clients = 66.249.65.0/24

-RPM
_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users

Reply via email to