mirror of
https://gitgud.io/fatchan/haproxy-protection.git
synced 2025-05-09 02:05:37 +00:00
Precompute captcha section on startup since its based on (what) an ENV
Remove unused captcha_backend_name and captcha backend in config, not needed since haproxy 2.7
This commit is contained in:
@ -184,11 +184,3 @@ backend bot_check_post_throttle
|
||||
|
||||
backend count_qs_throttle
|
||||
stick-table type string size 100k expire 60s store http_req_rate(60s)
|
||||
|
||||
backend hcaptcha
|
||||
mode http
|
||||
server hcaptcha hcaptcha.com:443
|
||||
|
||||
backend recaptcha
|
||||
mode http
|
||||
server recaptcha www.google.com:443
|
||||
|
Reference in New Issue
Block a user