aboutsummaryrefslogtreecommitdiff
path: root/net/openconnect/README
diff options
context:
space:
mode:
authorDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>2015-02-06 11:54:39 -0800
committerDaniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>2015-02-06 11:54:39 -0800
commit41f8d5465097ee45b051c2c37d44cdccd8e9739b (patch)
treefa5d435bfa2e22ea49e8c7456bf5a1a134f7ed4f /net/openconnect/README
parenta904a173edbec28773de2bd9ebb0320d1035902d (diff)
openconnect: fix a couple of minor things and add an interface option
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Diffstat (limited to 'net/openconnect/README')
-rw-r--r--net/openconnect/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openconnect/README b/net/openconnect/README
index 3cd562194..f6d2f051c 100644
--- a/net/openconnect/README
+++ b/net/openconnect/README
@@ -4,6 +4,7 @@ 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'