fix: openvpn config

This commit is contained in:
2024-07-20 12:21:59 +00:00
parent 708a996baf
commit 928e905fd7
3 changed files with 16 additions and 14 deletions

View File

@@ -2,12 +2,12 @@ server 172.16.1.0 255.255.255.0
#server-ipv6 fd2a:aef:608:1::/64
dev athq_sheppyvpn
dev-type {{ dev_type }}
dev-type {{ item.dev_type }}
proto {{ proto }}
port {{ port }}
proto {{ item.proto }}
port {{ item.port }}
{% if dev_type == "tap" %}
{% if item.dev_type == "tap" %}
topology subnet
client-to-client
{% endif %}