File: sniproxy.8

package info (click to toggle)
sniproxy 0.6.1%2Bgit20240321-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 644 kB
  • sloc: ansic: 5,594; perl: 1,673; sh: 237; makefile: 131
file content (36 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (5)
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\&.