libproxyproto
libproxyproto copied to clipboard
Proxy protocol v1 and v2 support via an LD_PRELOAD library
Results
1
libproxyproto issues
Sort by
recently updated
recently updated
newest added
would it work for UDP? tested with `netcat -u`, and it made the client send the PROXY header corretly, but not the server. obviously, because there is no `accept()` for...