We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72884fb + b1b482c commit d0a5b81Copy full SHA for d0a5b81
openvpn/files/common_opts.jinja
@@ -321,3 +321,7 @@ rcvbuf {{ config.rcvbuf }}
321
{% if config.get('float', False) -%}
322
float
323
{%- endif %}
324
+
325
+{%- if config.script_security is defined %}
326
+script-security {{ config.script_security }}
327
+{%- endif %}
openvpn/files/server.jinja
@@ -108,10 +108,6 @@ verify-client-cert {{ config.verify_client_cert }}
108
management {{ config.management }}
109
110
111
-{%- if config.script_security is defined %}
112
-script-security {{ config.script_security }}
113
-{%- endif %}
114
-
115
{%- if config.auth_user_pass_verify is defined %}
116
auth-user-pass-verify {{ config.auth_user_pass_verify }}
117
0 commit comments