DoS Protection Package

Is there any ServiceStack specific package for DoS protection?

Something like http://madskristensen.net/post/block-dos-attacks-easily-in-aspnet?

There’s nothing equivalent built in, although ServiceStack itself is just an ASP.NET IHttpHandler so if you’re running on ASP.NET you may be able to configure your Web.config with that Http Module if it doesn’t interfere with the request.