From e231b8217cdfc25bffc7181a1270dfd840a3aebf Mon Sep 17 00:00:00 2001 From: mikemn Date: Thu, 12 Nov 2015 15:02:49 -0600 Subject: [PATCH] Update Readme with proxy parameter description --- README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README b/README index c7ecc75..7461f64 100644 --- a/README +++ b/README @@ -188,6 +188,12 @@ specify the path where X509 certificates are stored. This is required if 'https' or 'ldaps' are used in 'url' and 'ldap_uri' respectively. +proxy:: +specify a proxy to connect to the validation server. Valid schemes are +socks4://, socks4a://, socks5:// or socks5h://. Socks5h asks the proxy +to do the dns resolving. If no scheme or port is specified HTTP proxy +port 1080 will be used. + verbose_otp:: This argument is used to show the OTP (One-Time Password) when it is entered, i.e. to enable terminal echo of entered characters.