readme update
This commit is contained in:
parent
bb03283347
commit
a9b462cd08
10
README.md
10
README.md
|
@ -17,11 +17,11 @@ Wrapper for cisco anyconnect 'vpn' script.
|
|||
Config file format:
|
||||
#Specify default profile like this:
|
||||
#default:myvpn2
|
||||
#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'
|
||||
#Profile,Username,Password,VPNGroup,Vendor,ServerIP,VPNRoutes,ServerCert(for Cisco, script will obtain this and auto-update config file )
|
||||
# Cisco VPNs, group is optional
|
||||
myvpn1,username_1,password_1,vpngroup_1,cisco,3.3.3.3,10.0.0.0/24 192.168.0.0/24,
|
||||
myvpn2,username_2,password_2,vpngroup_2,cisco,1.1.1.1,172.16.0.0/12,
|
||||
# F5 VPNs
|
||||
myvpn3,username_3,password_3,,f5,1.2.3.4
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue