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
I wanna do udp forward (from l4 to http), and get real client ip by "proxy_protocol".
"proxy_proctocol_v2" has added UDP support , but it seems dosen't work despite I set "proxy_protocol" to "v2" in caddy.
Only "127.0.0.1" in log files, and I can't get real client ip.
Why? How to solve?
This is duplicate of #269. It's a gap because l4 should wrap every UDP packet with the PROXY protocol header, while it currently only wraps the first packet.
I wanna do udp forward (from l4 to http), and get real client ip by "proxy_protocol".
"proxy_proctocol_v2" has added UDP support , but it seems dosen't work despite I set "proxy_protocol" to "v2" in caddy.
Only "127.0.0.1" in log files, and I can't get real client ip.
Why? How to solve?
The text was updated successfully, but these errors were encountered: