Source: sniproxy
Section: web
Maintainer: Sniproxy Maintainers <sniproxy@packages.debian.org>
Uploaders: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: curl,
                    gettext,
                    libev-dev (>= 4.0),
                    libpcre2-dev,
                    libudns-dev,
                    pkgconf
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.4
Homepage: https://github.com/dlundquist/sniproxy
Vcs-Git: https://salsa.debian.org/debian/sniproxy.git
Vcs-Browser: https://salsa.debian.org/debian/sniproxy

Package: sniproxy
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: logrotate
Description: Transparent TLS and HTTP layer 4 proxy with SNI support
 Proxies incoming HTTP and TLS connections based on the hostname contained in
 the initial request of the TCP session. This enables HTTPS name-based virtual
 hosting to separate backend servers without installing the private key on the
 proxy machine.
 .
 Please note that Upstream has marked SNI Proxy as deprecated. Many proxies
 are available to proxy layer-4 based on the TLS SNI extension, including Nginx.
