dlundquist / sniproxy

Proxies incoming HTTP and TLS connections based on the hostname contained in the initial request of the TCP session.
BSD 2-Clause "Simplified" License
2.56k stars 397 forks source link

can it add proxy protocol V2 #368

Open GouGoGoal opened 3 years ago

GouGoGoal commented 3 years ago

some softwares didn't support proxy protoco V1,can it add proxy protocol V2?

dashohoxha commented 1 year ago

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?