]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Ability to append noise to outgoing packets
[govpn.git] / doc / user.texi
1 @node User manual
2 @unnumbered User manual
3
4 Announcements about updates and new releases can be found in
5 @ref{Reporting bugs}.
6
7 GoVPN is split into two pieces: client and server. Each of them work on
8 top of UDP and TAP virtual network interfaces. GoVPN is just a
9 tunnelling of Ethernet frames, nothing less, nothing more. All you
10 IP-level network management is not touched by VPN at all. You can
11 automate it using up and down shell scripts.
12
13 @menu
14 * Timeout::
15 * Nonce difference::
16 * MTU::
17 * Client part::
18 * Server part::
19 * Stats::
20 * Noise::
21 * Example usage::
22 @end menu
23
24 @include timeout.texi
25
26 @include noncediff.texi
27
28 @include mtu.texi
29
30 @include client.texi
31
32 @include server.texi
33
34 @include stats.texi
35
36 @include noise.texi
37
38 @include example.texi