]> Cypherpunks.ru repositories - govpn.git/blob - README
Remark about proprietary OS
[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
10 Send bug reports, questions and patches to govpn-devel@lists.cypherpunks.ru
11 mailing list. Visit https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel
12 for subscription and archive access information.
13
14 Development Git source code repository currently is located on:
15 https://github.com/stargrave/govpn
16
17 GoVPN is free software: see the file COPYING for copying conditions.
18
19 For futher information please read either doc/govpn.info or doc/govpn.texi.