add keepalive option
This commit is contained in:
parent
412c3b2eec
commit
e89b246a72
1 changed files with 3 additions and 0 deletions
|
|
@ -15,4 +15,7 @@ PresharedKey = {{ peer.PresharedKey }}
|
|||
{% if peer.Endpoint is defined %}
|
||||
Endpoint = {{ peer.Endpoint }}
|
||||
{% endif %}
|
||||
{% if peer.PersistentKeepalive is defined %}
|
||||
PersistentKeepalive = {{ peer.PersistentKeepalive }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue