From: Davide Brini Date: Sun, 15 Sep 2013 12:31:49 +0000 (+0200) Subject: Document authfile for socks server X-Git-Tag: v2.4_alpha1~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0a7471f250e25a384a23dfb9efd2ffef83be913;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 --- diff --git a/doc/openvpn.8 b/doc/openvpn.8 index bb35487d4..b53d3838d 100644 --- a/doc/openvpn.8 +++ b/doc/openvpn.8 @@ -561,12 +561,15 @@ as name and as the content of the custom HTTP header. .\"********************************************************* .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