Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
- improve the usage examples
- remove FreeBSD from the list again (until the BSD port is ready)
  • Loading branch information
mrbaseman committed Dec 12, 2017
1 parent 4b0c31d commit 218f587
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ Examples

* Don't set IP routes and don't add VPN nameservers to `/etc/resolv.conf`:
```
openfortivpn vpn-gateway:8443 -u foo -p bar --no-routes --no-dns
openfortivpn vpn-gateway:8443 -u foo -p bar --no-routes --no-dns --pppd-no-peerdns
```
* Using a config file:
```
openfortivpn
openfortivpn -c /etc/openfortivpn/my-config
```

With `/etc/openfortivpn/config` containing:
With `/etc/openfortivpn/my-config` containing:
```
host = vpn-gateway
port = 8443
Expand Down Expand Up @@ -62,7 +62,6 @@ For other distros, you'll need to build and install from source:
* Gentoo Linux: `net-dialup/ppp` `pkg-config`
* openSUSE: `gcc` `automake` `autoconf` `libopenssl-devel` `pkg-config`
* macOS(Homebrew): `automake` `autoconf` `[email protected]` `pkg-config`
* FreeBSD: `automake` `autoconf` `libressl` `pkgconf` (port still in progress)

On Linux, if you manage your kernel yourself, ensure to compile those modules:
```
Expand Down

0 comments on commit 218f587

Please sign in to comment.