secubox-openwrt/package/secubox/secubox-app-haproxy/files
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
..
etc feat: Add HTTP health checks, portal speedtest, and fix cert detection 2026-01-30 19:46:26 +01:00
usr fix(haproxy): Validate backend names, reject IP:port misconfiguration 2026-02-06 22:30:38 +01:00