Skip to content
Snippets Groups Projects
Commit 3296576f authored by Marvin Gaube's avatar Marvin Gaube
Browse files

Wireguard: Fix margau's stupidity

parent f67ba08a
Branches
No related tags found
No related merge requests found
Pipeline #24928 passed
......@@ -18,7 +18,7 @@ iface {{ iface_prefix }}_{{ peer.name }} inet static
iface {{ iface_prefix }}_{{ peer.name }} inet6 static
address {{ peer.addr.local.ip6.address }}/127
{%- endif %}
{%- elif %}
{%- else %}
# V6 only WG-Interface
{% if 'ip6' in peer.addr.local %}
iface {{ iface_prefix }}_{{ peer.name }} inet6 static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment