update readme to cover f5 vpn confi
This commit is contained in:
parent
c86fdcd72b
commit
119d9c0d38
15
README.md
15
README.md
|
@ -5,18 +5,23 @@ Simple CLI wrapper for Cisco's Anyconnect client.
|
|||
# Usage
|
||||
|
||||
```text
|
||||
/Users/rob/scripts/cvpn [OPTIONS] on|off [vpnname]
|
||||
rob@crom:cvpn$ cvpn -h
|
||||
${PATH}/cvpn [OPTIONS] on|off [vpnname]
|
||||
|
||||
Wrapper for cisco anyconnect 'vpn' script.
|
||||
|
||||
-h show this help
|
||||
-p profile Use selected connection profile
|
||||
-c file Use selected config file (default is /Users/rob/.vpn/config)
|
||||
|
||||
Config file format:
|
||||
#Specify default profile like this:
|
||||
#default:myvpn2
|
||||
myvpn1,username_1,password_1,vpngroup_1
|
||||
myvpn2,username_2,password_2,vpngroup_2
|
||||
# This one has no 'group'
|
||||
myvpn3,username_3,password_3ofile Use selected connection profile
|
||||
#Profile,Username,Password,VPNGroup,VPNType,ServerIP
|
||||
# Cisco VPNs have just user 'server' for status, and group is optional
|
||||
myvpn1,username_1,password_1,vpngroup_1,cisco,3.3.3.3
|
||||
myvpn2,username_2,password_2,vpngroup_2,cisco,1.1.1.1
|
||||
# F5 VPNs must have a 'server'
|
||||
myvpn3,username_3,password_3,,f5,1.2.3.4
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue