openconnect: unify indentation in README
authorYousong Zhou <yszhou4tech@gmail.com>
Mon, 4 Dec 2017 10:08:20 +0000 (18:08 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 5 Dec 2017 01:37:06 +0000 (09:37 +0800)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/openconnect/README

index 050c75c026d0b07df2b25ace59e6c566056cf5d0..019058ce505e3f304cd4d4399d9285eb1e474916 100644 (file)
@@ -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.