mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Small fixes in manual. Needs a rewrite.
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@212 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
20a16dc78b
commit
168cb51ddb
1 changed files with 9 additions and 15 deletions
|
|
@ -42,20 +42,6 @@ kPrint the version of the program and exit.
|
|||
.B \-i, \-\-inetd
|
||||
Run from inetd. Default is off.
|
||||
.TP
|
||||
.B \-u STRING, \-\-user=STRING
|
||||
The username to send to HTTPS proxy for authentification.
|
||||
.TP
|
||||
.B \-s STRING, \-\-pass=STRING
|
||||
The password to send to HTTPS proxy for authentification.
|
||||
.TP
|
||||
.B \-U STRING, \-\-uservar=STRING
|
||||
Environment variable containing the username to send to HTTPS proxy
|
||||
for authentification.
|
||||
.TP
|
||||
.B \-S STRING, \-\-passvar=STRING
|
||||
Environment variable containing the password to send to HTTPS proxy
|
||||
for authentification.
|
||||
.TP
|
||||
.B \-F STRING, \-\-passfile=STRING
|
||||
The file containing Username & Password to send to HTTPS proxy for
|
||||
authentification. This file uses the same format as .wgetrc, and so
|
||||
|
|
@ -63,15 +49,23 @@ can use the credentials in common with wget. This option can be used
|
|||
to at least hide the password from anyone clever enough to use the
|
||||
`ps' command.
|
||||
.TP
|
||||
.B \-g STRING, \-\-proxyhost=STRING
|
||||
.B \-p STRING, \-\-proxy=STRING
|
||||
The HTTPS Proxy host:port combo to connect to.
|
||||
.TP
|
||||
.B \-P STRING, \-\-proxyauth=STRING
|
||||
The credentials (user:pass) to use for local HTTP(S) proxy
|
||||
authentication.
|
||||
.TP
|
||||
.B \-d STRING, \-\-dest=STRING
|
||||
The destination host:port to built the tunnel to.
|
||||
.TP
|
||||
.B \-r STRING, \-\-remproxy=STRING
|
||||
The second-level proxy host:port to connect to.
|
||||
.TP
|
||||
.B \-R STRING, \-\-remproxyauth=STRING
|
||||
The credentials (user:pass) to use for remote HTTP(S) proxy
|
||||
authentication.
|
||||
.TP
|
||||
.B \-v, \-\-verbose
|
||||
Turn on verbosity. Default is off.
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue