1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
Source: sniproxy
Section: web
Priority: optional
Maintainer: Jan Dittberner <jandd@debian.org>
Build-Depends: curl,
debhelper-compat (= 13),
gettext,
libev-dev (>= 4.0),
libpcre2-dev,
libudns-dev,
pkgconf,
Rules-Requires-Root: binary-targets
Standards-Version: 4.7.0
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.
|