diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/conf_mode/interfaces-openvpn.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/conf_mode/interfaces-openvpn.py b/src/conf_mode/interfaces-openvpn.py index 5140cc468..321cef57c 100755 --- a/src/conf_mode/interfaces-openvpn.py +++ b/src/conf_mode/interfaces-openvpn.py @@ -220,10 +220,11 @@ cipher aes-256-gcm  {%- elif 'aes256' in encryption %}  cipher aes-256-cbc  {% endif %} +{% endif %} +  {%- if ncp_ciphers %}  ncp-ciphers {{ncp_ciphers}}  {% endif %}  -{% endif %}  {%- if disable_ncp %}  ncp-disable  {% endif %} | 
