]> Cypherpunks.ru repositories - govpn.git/blob - README
[DOC] Link to website's .onion address
[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 keys (PSK), perfect
6 forward secrecy (PFS). GNU/Linux and FreeBSD support.
7
8 Home page: http://www.cypherpunks.ru/govpn/
9 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
10
11 Send bug reports, questions and patches to govpn-devel@lists.cypherpunks.ru
12 mailing list. Visit https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel
13 for subscription and archive access information.
14
15 Development Git source code repository currently is located on:
16 https://github.com/stargrave/govpn
17
18 GoVPN is free software: see the file COPYING for copying conditions.
19
20 For futher information please read either doc/govpn.info or doc/govpn.texi.