From a478420a1cba6ee96e2cecbcd5e20a7946c557f0 Mon Sep 17 00:00:00 2001 From: Davide Brini Date: Sun, 15 Sep 2013 14:31:49 +0200 Subject: [PATCH] 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) --- doc/openvpn.8 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2