Commit dd3e173c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

VPN should retry every 30s in case of transient failures

parent 3691787f
...@@ -33,6 +33,8 @@ charon { ...@@ -33,6 +33,8 @@ charon {
fragment_size = 1400 fragment_size = 1400
install_routes = 0 install_routes = 0
install_virtual_ip = no install_virtual_ip = no
retry_initiate_interval = 30s
} }
include strongswan.d/*.conf include strongswan.d/*.conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment