]> Cypherpunks.ru repositories - govpn.git/blob - doc/user.texi
Replace -noncediff with the hash keeping up to 256 seen nonces
[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 @ref{Contacts}.
5
6 GoVPN is split into two pieces: client and server. Each of them work on
7 top of UDP and TAP virtual network interfaces. GoVPN is just a
8 tunnelling of Ethernet frames, nothing less, nothing more. All you
9 IP-related network management is not touched by VPN at all. You can
10 automate it using up and down shell scripts.
11
12 @menu
13 * EGD:: Entropy gathering daemon
14 * Identity::
15 * PAKE:: Password Authenticated Key Agreement
16 * Timeout::
17 * MTU:: Maximum Transmission Unit
18 * Stats::
19 * Noise::
20 * CPR:: Constant Packet Rate
21 * Verifier::
22 * Client part::
23 * Server part::
24 * Example usage::
25 @end menu
26
27 @include egd.texi
28 @include identity.texi
29 @include pake.texi
30 @include timeout.texi
31 @include mtu.texi
32 @include stats.texi
33 @include noise.texi
34 @include cpr.texi
35 @include verifier.texi
36 @include client.texi
37 @include server.texi
38 @include example.texi