From 99213e631179437c6209b651c97c05511bceda9a Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sat, 28 May 2022 23:21:10 +0100 Subject: openconnect: Allow reconnect timeout to be specified Signed-off-by: Michael Brown --- net/openconnect/README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'net/openconnect/README') 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 -- cgit v1.2.3