diff options
author | Kim Hagen <kim@sentrium.io> | 2021-09-02 06:02:43 -0500 |
---|---|---|
committer | Kim Hagen <kim@sentrium.io> | 2021-09-02 06:02:43 -0500 |
commit | 87ee779a977e6b643d4131eb5d89b1264c3bdf55 (patch) | |
tree | 74fff4dd1e83b0ce59578db6b0f26965d90177be /data/templates | |
parent | 04e87d5a597451ea5eb21294666eef31b4daab09 (diff) | |
download | vyos-1x-87ee779a977e6b643d4131eb5d89b1264c3bdf55.tar.gz vyos-1x-87ee779a977e6b643d4131eb5d89b1264c3bdf55.zip |
add 2fa op files and update template
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/openvpn/server.conf.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/templates/openvpn/server.conf.tmpl b/data/templates/openvpn/server.conf.tmpl index 91f8d7515..4c5dbc2c5 100644 --- a/data/templates/openvpn/server.conf.tmpl +++ b/data/templates/openvpn/server.conf.tmpl @@ -226,9 +226,6 @@ auth-user-pass {{ auth_user_pass_file }} auth-retry nointeract {% endif %} - -{% if openvpn_option is defined and openvpn_option is not none %} - {% if openvpn_option is defined and openvpn_option is not none %} # # Custom options added by user (not validated) |