Subscribe to receive notifications of new posts:

WAF

python-cloudflare

May 09, 2016 10:47 PM

APIWAF RulesWAFDNSSECDNSPythonProgramming

Very early on in the company’s history we decided that everything that CloudFlare does on behalf of its customer-base should be controllable via an API. In fact, when you login to the CloudFlare control panel, you’re really just making API calls to our backend services....

MORE POSTS

August 23, 2013 5:31 AM

CloudFlare's new WAF: compiling to Lua

We use nginx throughout our network for front-line web serving, proxying and traffic filtering. In some cases, we've augmented the core C code of nginx with our own modules, but recently we've made a major move to using Lua in conjunction with nginx. One project that's now almo...