Files
haproxy-manager-base/__pycache__/haproxy_manager.cpython-310.pyc
jknapp 99435ee3e0
All checks were successful
HAProxy Manager Build and Push / Build-and-Push (push) Successful in 50s
Fix HAProxy 3.0 compatibility issues in tarpit configuration
- Remove gpc2 from stick-table (not supported in HAProxy 3.0)
- Fix ACL syntax: Change sc_get_gpc0(0) to sc0_get_gpc0
- Fix ACL syntax: Change sc_http_err_rate(0,period) to sc0_http_err_rate(period)
- Fix ACL syntax: Change sc_get_gpc1(0) to sc0_get_gpc1
- Reorder rules to place http-request rules before use_backend rules
- Remove duplicate gpc2 increment rule

These changes ensure compatibility with HAProxy 3.0.11 while maintaining
the tarpit escalation functionality for exploit scanning protection.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 18:30:34 -07:00

34 KiB