diff options
author | Michael Brown <mbrown@fensystems.co.uk> | 2022-05-28 23:21:10 +0100 |
---|---|---|
committer | Michael Brown <mbrown@fensystems.co.uk> | 2022-08-07 16:20:21 +0100 |
commit | 99213e631179437c6209b651c97c05511bceda9a (patch) | |
tree | f4814defb430b354eff622be1e7d20649cc8596a /net/openconnect/README | |
parent | 5c84d8ceba83b7f017f631a2fed1900b5926869a (diff) |
openconnect: Allow reconnect timeout to be specified
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 1a645773a..0647916fd 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -16,6 +16,9 @@ config interface 'MYVPN' # usergroup option, if required by some servers # option usergroup 'USERGROUP' + # Reconnect after a temporary network down time (in seconds) + #option reconnect_timeout '30' + # For second factor auth: # when a fixed 2FA password can be used |