summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/templates/openvpn/server.conf.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/openvpn/server.conf.tmpl b/data/templates/openvpn/server.conf.tmpl
index a510c3a84..1fdf6b848 100644
--- a/data/templates/openvpn/server.conf.tmpl
+++ b/data/templates/openvpn/server.conf.tmpl
@@ -18,7 +18,7 @@ proto tcp6-client
{% elif protocol == 'tcp-passive' %}
proto tcp6-server
{% else %}
-proto udp6
+proto udp
{% endif %}
{% if local_host is defined and local_host is not none %}
local {{ local_host }}