]> Cypherpunks.ru repositories - govpn.git/blob - README
[DOC] Some refactoring, rewording
[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 authentication keys (PSK),
6 perfect forward secrecy (PFS), replay attack protection.
7 GNU/Linux and FreeBSD support.
8
9 Home page: http://www.cypherpunks.ru/govpn/
10 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
11
12 Please send all questions, bug reports and patches to
13 govpn-devel@lists.cypherpunks.ru mailing list.
14 Also it is used for announcements. Either visit
15 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
16 subscription and archive access information, or send email with the
17 subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
18
19 Development Git source code repository currently is located here:
20 https://github.com/stargrave/govpn.git
21
22 GoVPN is free software: see the file COPYING for copying conditions.
23
24 For futher information please read either doc/govpn.info or doc/govpn.texi.