Skip to content

4.0.1

Compare
Choose a tag to compare
@cristipufu cristipufu released this 15 Jun 11:57
· 160 commits to master since this release
  • Fix #224 - request path ending with '/'
  • Add MonitorMode option to the rate limit rules #217 (when set to true exceeding requests won't fail, but they are logged like they have failed)
    eg:
{        
  "Ip": "84.247.85.232",
   "Rules": [{
        "Endpoint": ".+", 
        "Period": "1m",
        "Limit": 1,
        "MonitorMode": true
    }] 
}