]> Cypherpunks.ru repositories - govpn.git/blob - README
Merge branch 'develop'
[govpn.git] / README
1 GoVPN is simple secure free software virtual private network daemon,
2 aimed to be reviewable, secure, DPI-resistant, written on Go.
3
4 It uses fast PAKE DH A-EKE for mutual strong zero-knowledge peers
5 authentication. Data transport is encrypted, authenticated, hides
6 message's length and timestamp. PFS property, resistance to dictionary
7 attacks, replay attacks. Built-in heartbeating, rehandshaking, real-time
8 statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
9
10 GoVPN is free software: see the file COPYING for copying conditions.
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 For futher information please read either doc/govpn.info or doc/govpn.texi.