]> Cypherpunks.ru repositories - govpn.git/blob - README
[DOC] Explicitly note how to subscribe to maillist
[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
12 govpn-devel@lists.cypherpunks.ru mailing list. Either visit
13 https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
14 subscription and archive access information, or send email with the
15 subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
16
17 Development Git source code repository currently is located here:
18 https://github.com/stargrave/govpn.git
19
20 GoVPN is free software: see the file COPYING for copying conditions.
21
22 For futher information please read either doc/govpn.info or doc/govpn.texi.