proxy: HAProxy PROXY protocol v1+v2 on the plaintext (reactor) and TLS listeners; trusted via proxy=<glob>, rewrites the client IP before connect checks

This commit is contained in:
Jean Chevronnet 2026-08-11 11:43:08 +00:00
parent d68f3ce97e
commit 87a683dbd2
5 changed files with 361 additions and 37 deletions

View file

@ -27,6 +27,7 @@ pub mod mode;
pub mod module;
pub mod modules;
pub mod numeric;
pub mod proxy;
pub mod regex;
pub mod resolver;
pub mod server;