diff options
author | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2015-02-06 11:54:39 -0800 |
---|---|---|
committer | Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> | 2015-02-06 11:54:39 -0800 |
commit | 41f8d5465097ee45b051c2c37d44cdccd8e9739b (patch) | |
tree | fa5d435bfa2e22ea49e8c7456bf5a1a134f7ed4f /net/openconnect/README | |
parent | a904a173edbec28773de2bd9ebb0320d1035902d (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/README | 1 |
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' |