Skip to content

Commit

Permalink
fix(auth_nocache): fix typo in client template
Browse files Browse the repository at this point in the history
This fixes an embarrassing typo in #125, causing the `auth_nocache`
setting not to work at all.
  • Loading branch information
dimitry-unified-streaming committed Dec 5, 2019
1 parent e9d69e8 commit c8f0971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/files/client.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ http-proxy {{ config.http_proxy }}
auth-user-pass {{ config.auth_user_pass }}
{%- endif %}

{%- if config.auto_nocache is defined %}
{%- if config.auth_nocache is defined %}
auth-nocache
{%- endif %}

0 comments on commit c8f0971

Please sign in to comment.