]> 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/censorship-resistant, written on Go.
3
4 It uses fast strong password authenticated key agreement protocol with
5 augmented mutual peers authentication (PAKE DH A-EKE). Encrypted,
6 authenticated data transport that hides message's length and timestamps.
7 Perfect forward secrecy property. Resistance to: offline dictionary
8 attacks, replay attacks, client's passwords compromising and dictionary
9 attacks on the server side. Built-in heartbeating, rehandshaking,
10 real-time statistics. Ability to work through UDP, TCP and HTTP proxies.
11 IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support.
12
13 GoVPN is free software: see the file COPYING for copying conditions.
14
15 Home page: http://www.cypherpunks.ru/govpn/
16 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
17
18 Please send all questions, bug reports and patches to
19 govpn-devel@lists.cypherpunks.ru mailing list.
20 Also it is used for announcements. Either visit
21 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
22 subscription and archive access information, or send email with the
23 subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
24
25 Development Git source code repository currently is located here:
26 http://git.cypherpunks.ru/cgit.cgi/govpn.git/
27
28 For futher information please read either doc/govpn.info or doc/govpn.texi.