summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-01-15 16:36:53 +0100
committerGitHub <noreply@github.com>2026-01-15 16:36:53 +0100
commit06eed816c29c11b1f1a8cfdd6b2116d5708a35eb (patch)
tree992652c2e34b2838a8c961fc5f25d153e202b91a /data
parent0c373c7c9cf0fff573e5acc5642f6af63c311da2 (diff)
parent61487b13da8dc270907633a3140bd0cc2aa0926a (diff)
downloadvyos-1x-06eed816c29c11b1f1a8cfdd6b2116d5708a35eb.tar.gz
vyos-1x-06eed816c29c11b1f1a8cfdd6b2116d5708a35eb.zip
Merge pull request #4923 from alexandr-san4ez/T7633-current
openvpn: T7633: Add support for `data-ciphers-fallback` in site-to-site tunnels
Diffstat (limited to 'data')
-rw-r--r--data/templates/openvpn/server.conf.j23
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/openvpn/server.conf.j2 b/data/templates/openvpn/server.conf.j2
index be811f45e..19c8e226c 100644
--- a/data/templates/openvpn/server.conf.j2
+++ b/data/templates/openvpn/server.conf.j2
@@ -217,6 +217,9 @@ cipher {{ encryption.cipher | openvpn_cipher }}
{% if encryption.data_ciphers is vyos_defined %}
data-ciphers {{ encryption.data_ciphers | openvpn_data_ciphers }}
{% endif %}
+{% if encryption.data_ciphers_fallback is vyos_defined %}
+data-ciphers-fallback {{ encryption.data_ciphers_fallback | openvpn_data_ciphers_fallback }}
+{% endif %}
{% endif %}
providers default