From e0a7471f250e25a384a23dfb9efd2ffef83be913 Mon Sep 17 00:00:00 2001 From: Davide Brini Date: Sun, 15 Sep 2013 14:31:49 +0200 Subject: 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 --- doc/openvpn.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/openvpn.8 b/doc/openvpn.8 index bb35487..b53d383 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 -- cgit