Push an option to the client so that it notifies the server of a restart.
This commit is contained in:
parent
ae1e746722
commit
459862d0d4
|
|
@ -26,6 +26,9 @@ route {{ route }}
|
||||||
push "route {{ route }}"
|
push "route {{ route }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if openvpn_protocol == "udp" %}
|
||||||
|
push "explicit-exit-notify 3"
|
||||||
|
{% endif %}
|
||||||
{% if openvpn_push_settings is defined %}
|
{% if openvpn_push_settings is defined %}
|
||||||
{% for dhcp_opt in openvpn_push_settings %}
|
{% for dhcp_opt in openvpn_push_settings %}
|
||||||
push "{{ dhcp_opt }}"
|
push "{{ dhcp_opt }}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue