Skip to content
Snippets Groups Projects
Unverified Commit 2ec45d24 authored by micah's avatar micah :speech_balloon:
Browse files

openvpn config: fix proto in template

parent f5e186f3
No related branches found
No related tags found
1 merge request!31Openvpn v6 support
Pipeline #59933 passed
......@@ -12,7 +12,6 @@ duplicate-cn
keepalive 10 30
mute-replay-warnings
mute 5
proto udp6
push "redirect-gateway def1 ipv6"
push "dhcp-option DNS {{ openvpn_network | ipaddr('1') | ipaddr('address') }}"
{% if openvpn_network6 is defined and openvpn_network6|length %}
......@@ -21,7 +20,7 @@ server-ipv6 {{ openvpn_network6 }}
push "route-ipv6 2000::/3"
push "dhcp-option DNS {{ openvpn_network6 }}"
{% else %}
proto tcp
proto udp
push "ifconfig-ipv6 fd15:53b6:dead::2/64 fd15:53b6:dead::1"
block-ipv6
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment