@@ -238,9 +238,12 @@ A global proxy (applies to all Bridge lines) can be configured using special tor
.RS 4
.RS 4
.\}
.\}
.nf
.nf
HTTPSProxy localhost:8080
Socks4Proxy localhost:1080
Socks4Proxy localhost:1080
Socks5Proxy localhost:1080
Socks5Proxy localhost:1080
Socks5ProxyUsername username
Socks5ProxyPassword password
HTTPSProxy localhost:8080
HTTPSProxyAuthenticator username:password
.fi
.fi
.if n \{\
.if n \{\
.RE
.RE
@@ -248,7 +251,7 @@ Socks5Proxy localhost:1080
.sp
.sp
or, equivalently, using the \fB\-\-proxy\fR command line option\&. The command line option takes precedence\&.
or, equivalently, using the \fB\-\-proxy\fR command line option\&. The command line option takes precedence\&.
.sp
.sp
When the \fB\-\-helper\fR option is used, you can use proxies of type http, socks4a, or socks5\&. Without \fB\-\-helper\fR and with \fButls\fR, you cannot use a proxy\&. Without \fB\-\-helper\fR and without \fButls\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\&.