telemt/src
ivulit 2ad79627bf
feat: add mask_proxy_protocol option for forwarding client IP to mask_host
Adds mask_proxy_protocol config option (0=off, 1=v1, 2=v2) that sends
a PROXY protocol header when connecting to mask_host, allowing the
backend to see the real client IP address.
2026-02-26 12:37:45 +03:00
..
config feat: add mask_proxy_protocol option for forwarding client IP to mask_host 2026-02-26 12:37:45 +03:00
crypto fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
network fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
protocol fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
proxy feat: add mask_proxy_protocol option for forwarding client IP to mask_host 2026-02-26 12:37:45 +03:00
stats Create beobachten.rs 2026-02-25 02:17:48 +03:00
stream fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
tls_front fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
transport feat: add mask_proxy_protocol option for forwarding client IP to mask_host 2026-02-26 12:37:45 +03:00
util fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
cli.rs ME Pool Hardswap 2026-02-24 00:04:12 +03:00
error.rs fix: resolve clippy warnings 2026-02-24 05:57:53 +03:00
ip_tracker.rs fix: eliminate all compiler warnings 2026-02-24 03:40:59 +03:00
main.rs Update main.rs 2026-02-25 13:29:46 +03:00
metrics.rs ME Pool Beobachter 2026-02-25 02:10:14 +03:00