Skip to content

Commit

Permalink
Update Config in REAME.md !
Browse files Browse the repository at this point in the history
  • Loading branch information
amindadgar authored Jun 23, 2021
1 parent 04f2c66 commit c1e81ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ A shell script for openconnect which allows:</br>
- to run openconnect without entering the username and password.

### Sample configuration section ###
**If you don't want to run in background, so make this false** </br>
BACKGROUND=true

#Company VPN</br>
export COM_NAME="My Company VPN"</br>
export COM_HOST=vpn.mycompany.com</br>
export COM_AUTHGROUP=developers</br>
export COM_USER=sorin.ipate</br>
export COM_PASSWD="MyPassword"</br>
export COM_SERVER_CERTIFICATE="SHA1-OtherCharachters" </br>
**note: if you don't have server certificate so don't fill this**

### Run VPN Up ###

Expand Down

0 comments on commit c1e81ba

Please sign in to comment.