diff options
author | Michael Brown <mbrown@fensystems.co.uk> | 2022-05-28 22:57:23 +0100 |
---|---|---|
committer | Michael Brown <mbrown@fensystems.co.uk> | 2022-08-07 16:18:18 +0100 |
commit | 5c84d8ceba83b7f017f631a2fed1900b5926869a (patch) | |
tree | 707b6f8d757dfb6727c2599c22490d8c827229ad /net/openconnect/README | |
parent | 5dcb407a5cf033e20d4fd5e750d71521b7b24203 (diff) |
openconnect: Support use of a proxy server
Allow connection via a proxy server (required on some sites where
direct outbound HTTP(S) access is not permitted).
Signed-off-by: Michael Brown <mbrown@fensystems.co.uk>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r-- | net/openconnect/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index e7c60d765..1a645773a 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -11,6 +11,7 @@ config interface 'MYVPN' option password 'secret' option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' option defaultroute '0' + # option proxy 'http://proxy.example.com:8080' option authgroup 'DEFAULT' # usergroup option, if required by some servers # option usergroup 'USERGROUP' |