diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-06-28 02:34:09 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-06-29 00:32:21 +0200 |
commit | 94d339ca4db68c0788f8ae768d69b16c1e80d676 (patch) | |
tree | 78d529c8185eb81c594fafa9c9eb7396ef33a735 /docs/changelog.rst | |
parent | c15e59940b15d6fd4128809287882eb0386f783f (diff) |
[feat] restart openvpn automatically
Right now we are trying to restart openvpn every 2 seconds, for ever (or
until the user turns down the VPN). Maybe we can be more smart making
the retries longer with time.
- Resolves: #8049
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index 455be5d..64a47e8 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -13,6 +13,7 @@ Features - `#8765 <https://0xacab.org/leap/bitmask-dev/issues/8765>`_: Require a global authentication token for the api - `#8819 <https://0xacab.org/leap/bitmask-dev/issues/8819>`_: Send key to provider if a new priv key is putted in the keyring - `#8821 <https://0xacab.org/leap/bitmask-dev/issues/8821>`_: Add a 'fetch' flag to key export +- `#8049 <https://0xacab.org/leap/bitmask-dev/issues/8049>`_: Restart the VPN automatically - Initial cli port of the legacy vpn code - Add VPN API to bitmask.js - Add vpn get_cert command |