summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavide Brini <dave_br@gmx.com>2013-09-15 14:31:49 +0200
committerGert Doering <gert@greenie.muc.de>2013-11-15 17:49:29 +0100
commite0a7471f250e25a384a23dfb9efd2ffef83be913 (patch)
treefb6a6d36465259f9ed07db6061ab44f629009d59 /doc
parent9927cdbd929bebbba0d15bb9a6b03453891a485b (diff)
downloadopenvpn-e0a7471f250e25a384a23dfb9efd2ffef83be913.tar.gz
openvpn-e0a7471f250e25a384a23dfb9efd2ffef83be913.tar.xz
openvpn-e0a7471f250e25a384a23dfb9efd2ffef83be913.zip
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 <dave_br@gmx.com> Acked-by: Heiko Hund <heiko.hund@sophos.com> Message-Id: <0MTjMy-1VU1I42Lo0-00QV4k@mail.gmx.com> URL: http://article.gmane.org/gmane.network.openvpn.devel/7875 Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/openvpn.85
1 files changed, 4 insertions, 1 deletions
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