Skip to content

Commit

Permalink
docs: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Aug 19, 2023
1 parent bf69c6d commit d5dd0c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ According to Zingo Andersen, `NORTELVPN_XAUTHTYPE_AS_REQUEST` has to be set and
## Setting up VPNC on Windows Vista (64 bit)

1. Install `cygwin`: follow steps at [cygwin.com](http://www.cygwin.com/)
2. Make sure you install the development options for `cygwin` to give you access to `make`, `gcc`, and all the other develpment libraries
2. Make sure you install the development options for `cygwin` to give you access to `make`, `gcc`, and all the other development libraries
3. Make sure you install `libgcrypt` for `cygwin` as it is needed in the `make` procedure
4. Modify the `bash.exe` to run as administrator or you will have privilege issues later, this is done on the properties tab of the executable in `C:/cygwin/bin`
5. Download the latest VPNC tarball
Expand All @@ -49,7 +49,7 @@ According to Zingo Andersen, `NORTELVPN_XAUTHTYPE_AS_REQUEST` has to be set and
8. `make`
9. Download [OpenVPN](http://openvpn.net/download.html). It has been tested with success on version `2.1_rc4`
10. Just install `TAP-Win32 Adapter V9`
11. Go to _Control Panel_, and then _Network Connections_ and rename the TAP devic to `my-tap`
11. Go to _Control Panel_, and then _Network Connections_ and rename the TAP device to `my-tap`
12. Use a `default.conf` built like this:

```text
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Configuration data gets read from:
- `/etc/vpnc.conf`, if no config file was given on the command line
- output prompt, if a settings can't get loaded from any of those places above

Essential configuration informations (both with key name for specifying option via command line or config file) it currently needs are:
Essential configuration information (both with key name for specifying option via command line or config file) it currently needs are:

Input option | File option
------------ | ----------------
Expand Down

0 comments on commit d5dd0c9

Please sign in to comment.