]> Cypherpunks.ru repositories - govpn.git/blob - doc/govpn.texi
44aa54d474d11bad36893421f2a3fc1378b963e5
[govpn.git] / doc / govpn.texi
1 \input texinfo
2 @setfilename govpn.info
3 @documentencoding UTF-8
4 @settitle GoVPN
5
6 @copying
7 This manual is for GoVPN -- simple secure free software virtual private
8 network (VPN) daemon, written entirely on Go programming language.
9
10 Copyright @copyright{} 2014-2015 Sergey Matveev @email{stargrave@@stargrave.org}
11
12 @quotation
13 Permission is granted to copy, distribute and/or modify this document
14 under the terms of the GNU Free Documentation License, Version 1.3
15 or any later version published by the Free Software Foundation;
16 with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
17 A copy of the license is included below.
18 @end quotation
19 @end copying
20
21 @node Top
22 @top GoVPN
23
24 This manual is for GoVPN -- simple secure free software virtual private
25 network (VPN) daemon, aimed to be reviewable, secure, DPI-resistant,
26 written entirely on Go.
27
28 @menu
29 * Overview::
30 * News::
31 * Installation::
32 * Precautions::
33 * User manual::
34 * Developer manual::
35 * Reporting bugs::
36 * Copying conditions::
37 @end menu
38
39 @include overview.texi
40
41 @node News
42 @unnumbered News
43
44 @verbatiminclude ../NEWS
45
46 @include installation.texi
47
48 @include precautions.texi
49
50 @include user.texi
51
52 @include developer.texi
53
54 @include bugs.texi
55
56 @node Copying conditions
57 @unnumbered Copying conditions
58
59 @insertcopying
60 @verbatiminclude fdl.txt
61
62 @bye