vpn: configure IPv6 addresses for WG clients

This commit is contained in:
Timotej Lazar 2023-12-04 10:23:41 +01:00
parent 92e552eb76
commit ff2246df8c
4 changed files with 11 additions and 3 deletions

View file

@ -2,7 +2,7 @@
# {{ timestamp }} {{ current_user['username'] }} {{ name }}
# PublicKey = {{ pubkey }}
PrivateKey = # paste private key here
Address = {{ ip }}
Address = {{ ip }}{% if ip6 %}, {{ ip6 }}{% endif %}
{%- if dns %}
DNS = {{ dns }}
{%- endif %}