If your application can only be accessed by one IP, I suggest just doing it at your application layer since you aren't planning on getting a lot of traffic anyway. Note that the blacklist API is only a "best attempt" and that it's theoretically possible for blacklisted IPs to get through (though statistically unlikely), so you should not use it for any type of ACLs.
On Fri, Mar 26, 2010 at 10:55 AM, Hans <[email protected]> wrote: > Apologies for the naive question. I saw that SDK 1.3.2 allows > blacklisting based on CIDR notation (http://code.google.com/appengine/ > docs/java/config/dos.html). > > If I wanted to allow only one IP address the ability to access my app, > is there an easy way to whitelist it? It sounds like I'd need to > incorporate logic in the app itself for that? > > Perhaps there's an ugly way to use the blacklist to exclude all IPs > except mine? > > thanks for any suggestions! > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine http://googleappengine.blogspot.com | http://twitter.com/app_engine -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
