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

Clarify new upstream? #379

Closed womfoo closed 3 years ago

womfoo commented 3 years ago

There is another fork at renaudallard/sniproxy with multiple releases up to 0.6.5 over the past year.

The fork in question is used by OpenBSD but it is not clear if this is official.

renaudallard commented 3 years ago

It is a fork mostly dedicated to OpenBSD. I have included some improvements which have been suggested on this repo but never committed, and there are also some security related modifications which are only supported on OpenBSD. It is easier and more readable to include it into a specific fork than putting all the patches directly into the OpenBSD ports system. That said, it should work under other OSes, but I have not tried. So, from the point of view of dlundquist, it's not official.

womfoo commented 3 years ago

Thanks for clearing this up @renaudallard. Now closing this case.