sniproxy
sniproxy copied to clipboard
can it add proxy protocol V2
some softwares didn't support proxy protoco V1,can it add proxy protocol V2?
As far as I know, the difference between V1 and V2 is that V1 is text based (plain text headers) while V2 is binary packets. So, I guess that V1 must be much more easy to implement than V2. Which are those software that support V2 but do not support V1, and why?