summaryrefslogtreecommitdiff
path: root/plugins/openvpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/openvpn.c')
-rw-r--r--plugins/openvpn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/openvpn.c b/plugins/openvpn.c
index 8df8a3f3..c3e7bcd6 100644
--- a/plugins/openvpn.c
+++ b/plugins/openvpn.c
@@ -55,9 +55,12 @@ struct {
{ "OpenVPN.Cert", "--cert", 1 },
{ "OpenVPN.Key", "--key", 1 },
{ "OpenVPN.MTU", "--mtu", 1 },
+ { "OpenVPN.NSCertType", "--ns-cert-type", 1 },
{ "OpenVPN.Proto", "--proto", 1 },
{ "OpenVPN.Port", "--port", 1 },
{ "OpenVPN.AuthUserPass", "--auth-user-pass", 1 },
+ { "OpenVPN.AskPass", "--askpass", 1 },
+ { "OpenVPN.AuthNoCache", "--auth-nocache", 0 },
{ "OpenVPN.TLSRemote", "--tls-remote", 1 },
{ "OpenVPN.Cipher", "--cipher", 1 },
{ "OpenVPN.Auth", "--auth", 1 },