Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lightnet328 committed Dec 30, 2016
1 parent b69a098 commit f682330
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
@@ -0,0 +1,27 @@
# Juniper Network Connect Client
Script for connecting to Juniper VPN through openconnect on macOS(Mac OS X).

Only the ID/PASSWORD connection method is supported.

## Installation
```
$ brew install tuntap
$ brew install openconnect
$ git clone https://github.com/lightnet328/jncc ~/.jncc
$ cp ~/.jncc/jncc.config.example ~/.jncc/jncc.config
$ vim ~/.jncc/jncc.config
$ echo 'export PATH="$PATH:$HOME/jncc"' >> ~/.zshrc
$ exec $SHELL -l
```
If you are using a shell other than zsh please replace `.zshrc` with the appropriate one.

For example, if `/bin/bash` is displayed when `echo $SHELL` is executed, you need to run `echo 'export PATH="$PATH:$HOME/jncc"' >> ~/.bashrc`.

## Connect
```
$ sudo jncc connect
```

## License
MIT License.
See the `LICENSE.txt`.

0 comments on commit f682330

Please sign in to comment.