-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- improve the usage examples - remove FreeBSD from the list again (until the BSD port is ready)
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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: | ||
``` | ||
|