From: Davide Brini Date: Sun, 15 Sep 2013 12:31:49 +0000 (+0200) Subject: Document authfile for socks server X-Git-Tag: v2.3.3~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a478420a1cba6ee96e2cecbcd5e20a7946c557f0;p=thirdparty%2Fopenvpn.git Document authfile for socks server It looks like it's possible to specify an optional authfile as third argument of the "socks-proxy" directive. This patch updates the man page to document that. Signed-off-by: Davide Brini Acked-by: Heiko Hund Message-Id: <0MTjMy-1VU1I42Lo0-00QV4k@mail.gmx.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/7875 Signed-off-by: Gert Doering (cherry picked from commit e0a7471f250e25a384a23dfb9efd2ffef83be913) --- diff --git a/doc/openvpn.8 b/doc/openvpn.8 index a8d18329c..c9bd482b0 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -554,12 +554,15 @@ Set HTTP "User-Agent" string to .B user-agent. .\"********************************************************* .TP -.B \-\-socks-proxy server [port] +.B \-\-socks-proxy server [port] [authfile] Connect to remote host through a Socks5 proxy at address .B server and port .B port (default=1080). +.B authfile +(optional) is a file containing a username and password on 2 lines, or +"stdin" to prompt from console. .\"********************************************************* .TP .B \-\-socks-proxy-retry