]> Cypherpunks.ru repositories - govpn.git/blob - README
[DOC] README updating due to noise and CPR features
[govpn.git] / README
1 GoVPN is simple secure free software virtual private network daemon,
2 aimed to be reviewable, secure, DPI-resistant. It is written on Go.
3
4 It uses fast Diffie-Hellman Encrypted Key Exchange (DH-EKE) handshake
5 for mutual zero-knowledge peers authentication. Encrypted authenticated
6 data transport. Hiding payload messages length with noise, hiding
7 messages appearance fact with constant packet rate (CPR) traffic.
8 Perfect forward secrecy (PFS), replay attack protection, heartbeating,
9 rehandshaking, pre-shared authentication keys, IPv4/IPv6-compatible,
10 JSON real-time statistics. GNU/Linux and FreeBSD support.
11
12 Home page: http://www.cypherpunks.ru/govpn/
13 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
14
15 Please send all questions, bug reports and patches to
16 govpn-devel@lists.cypherpunks.ru mailing list.
17 Also it is used for announcements. Either visit
18 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
19 subscription and archive access information, or send email with the
20 subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
21
22 Development Git source code repository currently is located here:
23 https://github.com/stargrave/govpn.git
24
25 GoVPN is free software: see the file COPYING for copying conditions.
26
27 For futher information please read either doc/govpn.info or doc/govpn.texi.