If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.
discussed with sthen@, tb@ and robert@
praying that my grep/sed skills did not break anything and still
believing in portbump :-)
Update from maintainer Renaud Allard
This new version is based on a fork from Renaud Allard because the original
upstream project hasn't merged important patches submitted by the community
for a long time. The new fork imported all the patches and added pledge.
takes MAINTAINER.
OK sthen@
Comment:
name-based proxying of HTTPS without decrypting traffic
Description:
Proxies incoming HTTP and TLS connections based on the hostname
contained in the initial request of the TCP session without decrypting
traffic. This enables HTTPS name-based virtual hosting to separate
backend servers without installing the private key on the proxy machine.
- Supports IPv4, IPv6 and Unix domain sockets for both back end
servers and listeners.
- Supports multiple listening sockets per instance.
- Supports HAProxy protocol to propagate original source address to
backend servers.
Homepage:
https://github.com/dlundquist/sniproxy
Maintainer:
Renaud Allard <renaud@allard.it>