diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-12-04 18:08:20 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-12-05 09:37:06 +0800 |
commit | a9aeab53b93bc83718512617bcfa399b31555e45 (patch) | |
tree | 3d043867298c9d35d5eacdc0ac747cce15b10934 /net/openconnect | |
parent | a4e8a436b62f3cc097f5277db575ceedc355c3f9 (diff) |
openconnect: unify indentation in README
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'net/openconnect')
-rw-r--r-- | net/openconnect/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/net/openconnect/README b/net/openconnect/README index 050c75c02..019058ce5 100644 --- a/net/openconnect/README +++ b/net/openconnect/README @@ -3,15 +3,15 @@ The openconnect client expects to be configured using the uci interface. To setup a VPN connection, add the following to /etc/config/network: config interface 'MYVPN' - option proto 'openconnect' - option interface 'wan' - option server 'vpn.example.com' - option port '4443' - option username 'test' - option password 'secret' - option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' + option proto 'openconnect' + option interface 'wan' + option server 'vpn.example.com' + option port '4443' + option username 'test' + option password 'secret' + option serverhash 'AE7FF6A0426F0A0CD0A02EB9EC3C5066FAEB0B25' option defaultroute '0' - option authgroup 'DEFAULT' + option authgroup 'DEFAULT' # For second factor auth: @@ -19,12 +19,12 @@ config interface 'MYVPN' #option password2 'my-fixed-2fa-password' # RSA tokens, must be built with stoken support - #option token_mode 'rsa' - #option token_secret 'secret' + #option token_mode 'rsa' + #option token_secret 'secret' # HOTP/TOTP tokens - #option token_mode 'hotp' - #option token_secret '00' + #option token_mode 'hotp' + #option token_secret '00' # tokens from script #option token_mode 'script' @@ -45,6 +45,5 @@ deinitialize it using ifdown. You may also use the luci web interface Note that you need to configure the firewall to allow communication between the MYVPN interface and lan. - There is a luci plugin to allow configuring an openconnect interface from the web environment; see the luci-proto-openconnect package. |