Add default
This commit is contained in:
parent
205fda69c5
commit
61d55fadfb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[Interface]
|
[Interface]
|
||||||
Address = {{ wg_address }}
|
Address = {{ wg_address | default(AllowedIPs) }}
|
||||||
PrivateKey = {{ private_key }}
|
PrivateKey = {{ private_key }}
|
||||||
ListenPort = {{ listenport }}
|
ListenPort = {{ listenport }}
|
||||||
{% if vpn_dns is defined %}DNS = {{ vpn_dns }}{% endif %}
|
{% if vpn_dns is defined %}DNS = {{ vpn_dns }}{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue