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 28 29 30 31 32 33 34 35 36
|
.TH SNIPROXY 8 "14 September 2014" "SNIProxy manual" "sniproxy"
.SH NAME
SNIProxy \- transparent session based TLS and HTTP proxy
.SH SYNOPSIS
\fBsniproxy\fR [ -\fBc\fR \fIconfig\fR ] [ -\fBf\fR ]
[ -\fBn\fR \fIfile-descriptor-limit\fR ] [ -\fBV\fR ]
.SH DESCRIPTION
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\&.
.SH OPTIONS
.TP
-c \fIconfig\fR
Specify configuration file to use. The default is /etc/sniproxy\&.conf\&.
.TP
-f
Do not daemonize, and run in foreground\&.
.TP
-n \fIfile-descriptor-limit\fR
Specify the maximum file descriptor resource limit\&. SNIProxy will attempt to
set the maximum file descriptor limit to the value specified\&.
.TP
-V
Print the version of SNIProxy and exit\&.
|