]> Cypherpunks.ru repositories - govpn.git/blob - README
6da97d6e3409ed2a55a79efe887992cab87f5376
[govpn.git] / README
1 GoVPN is simple secure free software virtual private network daemon,
2 written on Go programming language. It uses Diffie-Hellman Encrypted Key
3 Exchange (DH-EKE) for mutual zero-knowledge peers authentication and
4 authenticated encrypted data transport. Other features include:
5 IPv4/IPv6, rehandshake, heartbeat, pre-shared keys (PSK), perfect
6 forward secrecy (PFS). GNU/Linux and FreeBSD support.
7
8 Home page: http://www.cypherpunks.ru/govpn/
9 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
10
11 Please send all questions, bug reports and patches to
12 govpn-devel@lists.cypherpunks.ru mailing list.
13 Also it is used for announcements. Either visit
14 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
15 subscription and archive access information, or send email with the
16 subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
17
18 Development Git source code repository currently is located here:
19 https://github.com/stargrave/govpn.git
20
21 GoVPN is free software: see the file COPYING for copying conditions.
22
23 For futher information please read either doc/govpn.info or doc/govpn.texi.