You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(health): bind health server to localhost only for security
Change health check server from binding to all interfaces (:8080) to localhost only (127.0.0.1:8080).
This prevents external access to sensitive endpoints (/stats, /clients, /banned-ips)
0 commit comments