]> Cypherpunks.ru repositories - govpn.git/blobdiff - README
[DOC] README updating due to noise and CPR features
[govpn.git] / README
diff --git a/README b/README
index 5b022dc15543d2678e60639a3bc482d1aa4573f5..e044713cd175ecf2307a8ddd217fb1245bd4ed8f 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,26 @@
 GoVPN is simple secure free software virtual private network daemon,
-written on Go programming language. It uses Diffie-Hellman Encrypted Key
-Exchange (DH-EKE) for mutual zero-knowledge peers authentication and
-authenticated encrypted data transport. Other features include:
-IPv4/IPv6, rehandshake, heartbeat, pre-shared keys (PSK), perfect
-forward secrecy (PFS). GNU/Linux and FreeBSD support.
+aimed to be reviewable, secure, DPI-resistant. It is written on Go.
+
+It uses fast Diffie-Hellman Encrypted Key Exchange (DH-EKE) handshake
+for mutual zero-knowledge peers authentication. Encrypted authenticated
+data transport. Hiding payload messages length with noise, hiding
+messages appearance fact with constant packet rate (CPR) traffic.
+Perfect forward secrecy (PFS), replay attack protection, heartbeating,
+rehandshaking, pre-shared authentication keys, IPv4/IPv6-compatible,
+JSON real-time statistics. GNU/Linux and FreeBSD support.
 
 Home page: http://www.cypherpunks.ru/govpn/
 also available as Tor hidden service: http://vabu56j2ep2rwv3b.onion/govpn/
 
-Send bug reports, questions and patches to govpn-devel@lists.cypherpunks.ru
-mailing list. Visit https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel
-for subscription and archive access information.
+Please send all questions, bug reports and patches to
+govpn-devel@lists.cypherpunks.ru mailing list.
+Also it is used for announcements. Either visit
+https://lists.cypherpunks.ru/mailman/listinfo/govpn-devel for
+subscription and archive access information, or send email with the
+subject "subscribe" to govpn-devel-request@lists.cypherpunks.ru.
 
-Development Git source code repository currently is located on:
-https://github.com/stargrave/govpn
+Development Git source code repository currently is located here:
+https://github.com/stargrave/govpn.git
 
 GoVPN is free software: see the file COPYING for copying conditions.