On Wed, Sep 11, 2013 at 12:36 PM, João Verissimo Ribeiro < [email protected]> wrote:
> I would like to block a range of ip, eg: > > <?xml version="1.0" encoding="UTF-8"?> > <blacklistentries> > <blacklist> > <subnet>157.***.***.***</subnet> > <description>block the bingbot</description> > </blacklist> > > Is possible? > > It's possible, use the DOS protection service ( https://developers.google.com/appengine/docs/python/config/dos ). You will need to express the subnet to be blocked in CIDR: http://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation Alternately, you can use Cloudflare as a CDN and use their blocking services: https://support.cloudflare.com/hc/en-us/articles/200171346-How-do-I-block-blacklist-or-trust-whitelist-an-IP-address-manually- ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
