[tor-commits] [meek/master] Examples of proxy auth in meek-client.1.
dcf at torproject.org
dcf at torproject.org
Thu Feb 7 07:33:41 UTC 2019
commit 9acf6d361d4950d9617a3bd0c6c4465eddae3016
Author: David Fifield <david at bamsoftware.com>
Date: Fri Feb 1 20:52:05 2019 -0700
Examples of proxy auth in meek-client.1.
---
doc/meek-client.1 | 11 +++++++----
doc/meek-client.1.txt | 9 ++++++---
2 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/doc/meek-client.1 b/doc/meek-client.1
index d67f99f..b379116 100644
--- a/doc/meek-client.1
+++ b/doc/meek-client.1
@@ -2,12 +2,12 @@
.\" Title: meek-client
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\" Date: 01/25/2019
+.\" Date: 02/01/2019
.\" Manual: \ \&
.\" Source: \ \&
.\" Language: English
.\"
-.TH "MEEK\-CLIENT" "1" "01/25/2019" "\ \&" "\ \&"
+.TH "MEEK\-CLIENT" "1" "02/01/2019" "\ \&" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -91,9 +91,12 @@ A global proxy (applies to all Bridge lines) can be configured using special tor
.RS 4
.\}
.nf
-HTTPSProxy localhost:8080
Socks4Proxy localhost:1080
Socks5Proxy localhost:1080
+Socks5ProxyUsername username
+Socks5ProxyPassword password
+HTTPSProxy localhost:8080
+HTTPSProxyAuthenticator username:password
.fi
.if n \{\
.RE
@@ -101,7 +104,7 @@ Socks5Proxy localhost:1080
.sp
or, equivalently, using the \fB\-\-proxy\fR command line option\&. The command line option takes precedence\&.
.sp
-When the \fB\-\-helper\fR option is used, you can use proxies of type http, socks4a, or socks5\&. Without \fB\-\-helper\fR, you can use proxies of type http, https, or socks5\&.
+When the \fB\-\-helper\fR option is used, you can use proxies of type http, socks4a, or socks5, but you cannot use a username or password with the proxy\&. Without \fB\-\-helper\fR, you can use proxies of type http, https, or socks5, and you can optionally use a username and password\&.
.SH "OPTIONS"
.PP
\fB\-\-front\fR=\fIDOMAIN\fR
diff --git a/doc/meek-client.1.txt b/doc/meek-client.1.txt
index fb559e6..d7883ec 100644
--- a/doc/meek-client.1.txt
+++ b/doc/meek-client.1.txt
@@ -68,17 +68,20 @@ extension, which must be set up separately.
A global proxy (applies to all Bridge lines)
can be configured using special torrc options:
----
-HTTPSProxy localhost:8080
Socks4Proxy localhost:1080
Socks5Proxy localhost:1080
+Socks5ProxyUsername username
+Socks5ProxyPassword password
+HTTPSProxy localhost:8080
+HTTPSProxyAuthenticator username:password
----
or, equivalently, using the **--proxy** command line option.
The command line option takes precedence.
When the **--helper** option is used, you can use proxies of type
-http, socks4a, or socks5.
+http, socks4a, or socks5, but you cannot use a username or password with the proxy.
Without **--helper**, you can use proxies of type
-http, https, or socks5.
+http, https, or socks5, and you can optionally use a username and password.
OPTIONS
-------
More information about the tor-commits
mailing list