File: index.rst

package info (click to toggle)
fastd 23-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,912 kB
  • sloc: ansic: 11,311; asm: 3,734; yacc: 601; sh: 472; makefile: 160; python: 35; perl: 11
file content (50 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download
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
44
45
46
47
48
49
50
Welcome to fastd's documentation!
=================================

fastd is a very small VPN daemon which tunnels IP packets and Ethernet frames
over UDP. It supports various modern encryption and authentication schemes and
can be used in many different network topologies (1:1, 1:n, meshed).

fastd runs on Linux, FreeBSD, OpenBSD and macOS. Android support exists in the
code, but is currently unmaintained. Binary packages are provided by many major
Linux distributions.

.. toctree::
   :caption: User manual
   :maxdepth: 2

   manual/cmdline
   manual/config
   manual/methods
   manual/mtu

.. toctree::
   :caption: Release notes
   :maxdepth: 2

   releases/v23
   releases/v22
   releases/v21
   releases/v20
   releases/v19
   releases/v18
   releases/v17
   releases/v16
   releases/v15

.. toctree::
   :caption: Cryptographic algorithms
   :maxdepth: 2

   crypto/ec25519
   crypto/fhmqvc
   crypto/ciphers
   crypto/macs
   crypto/methods

.. toctree::
   :caption: Developer documentation
   :maxdepth: 2

   devel/building
   devel/protocol