forked from neilalexander/sigmavpn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigmavpn.1
43 lines (41 loc) · 1.02 KB
/
sigmavpn.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
.Dd 2/11/11
.Dt SigmaVPN
.Sh NAME
.Nm sigmavpn
.Nd Light-weight, secure and modular VPN software
.Sh SYNOPSIS
.Nm
.Op Fl c Ar config_path
.Op Fl m Ar module_path
.Sh DESCRIPTION
.Nm
is light-weight software that allows easy creation of VPN tunnels.
It is designed to run with a low footprint.
.Pp
.Pp
The following parameters can be given to
.Nm
at runtime:
.Bl -tag -width -indent
.It Fl c
Path to the configuration file. If not specified, the default
.Ar /usr/local/etc/sigmavpn.conf
is assumed.
.It Fl m
Path to the module directory. If not specified, the default
.Ar /usr/local/lib/sigmavpn/
is assumed.
.El
.Pp
.Sh FILES
.Bl -tag -width "/usr/local/etc/sigmavpn.conf" -compact
.It Pa /usr/local/etc/sigmavpn.conf
Configuration file. Information about tunnels are placed in this file.
.El
.Sh SEE ALSO
Google Code:
.Ar http://code.google.com/p/sigmavpn/
Github:
.Ar http://github.com/neilalexander/sigmavpn/
.Sh AUTHOR
Neil Alexander T <[email protected]>, with contributions from Ivo Smits <[email protected]>.