Skip to content

Commit

Permalink
Backend for flood_lmt_rate was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlrt committed Jul 20, 2021
1 parent 614805b commit 0f7f2f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/grest-helper-scripts/setup-grest.sh
Expand Up @@ -163,6 +163,9 @@ frontend app
http-request deny deny_status 429 if { sc_http_req_rate(0) gt 100 }
default_backend grest_core
backend flood_lmt_rate
stick-table type ip size 1m expire 10m store http_req_rate(10s)
backend grest_core
balance first
option external-check
Expand Down

0 comments on commit 0f7f2f4

Please sign in to comment.