]> Cypherpunks.ru repositories - govpn.git/blob - README
Update upstream dependencies
[govpn.git] / README
1 GoVPN is simple free software virtual private network daemon, aimed to
2 be reviewable, secure, DPI/censorship-resistant, written on Go.
3
4 It uses fast strong passphrase authenticated key agreement protocol with
5 augmented zero-knowledge mutual peers authentication (PAKE DH A-EKE).
6 Encrypted, authenticated data transport that hides message's length and
7 timestamps. Optional encryptionless mode, that still preserves data
8 confidentiality. Perfect forward secrecy property. Resistance to:
9 offline dictionary attacks, replay attacks, client's passphrases
10 compromising and dictionary attacks on the server side. Built-in
11 heartbeating, rehandshaking, real-time statistics. Ability to work
12 through UDP, TCP and HTTP proxies. IPv4/IPv6-compatibility.
13 GNU/Linux and FreeBSD support.
14
15 GoVPN is free software: see the file COPYING for copying conditions.
16
17 Home page: http://www.govpn.info/
18
19 Please send questions regarding the use of GoVPN, bug reports and
20 patches to govpn-devel mailing list:
21 https://lists.cypherpunks.ru/pipermail/govpn-devel/
22
23 Development Git source code repository currently is located here:
24 https://git.cypherpunks.ru/cgit.cgi/govpn.git/
25
26 For further information please read either doc/govpn.info or doc/govpn.texi.