secubox-openwrt/package/secubox/secubox-app-haproxy/files/usr
CyberMind-FR e25509cb90 fix(haproxy): Validate backend names, reject IP:port misconfiguration
Add validation in _add_vhost_acl() to detect when vhost backend
is set to IP:port format instead of a proper backend name.

This prevents haproxy config generation errors like:
  [ALERT] unable to find required use_backend: '127.0.0.1:8081'

When detected, logs a warning and skips the vhost instead of
generating invalid config that crashes HAProxy.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 22:30:38 +01:00
..
lib/acme/deploy fix(haproxy): Combine fullchain + key for HAProxy certificates 2026-01-25 11:42:29 +01:00
sbin fix(haproxy): Validate backend names, reject IP:port misconfiguration 2026-02-06 22:30:38 +01:00
share/haproxy/templates feat(multi): CrowdSec LAPI port fix, Streamlit/HexoJS multi-instance 2026-01-27 06:37:19 +01:00