From 42e384dd1136a4b75ac0cc28857c41f06292da0e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 20 May 2015 13:30:28 +0300 Subject: [PATCH] [DOC] Update TODOs with suggestions from the mailling list Signed-off-by: Sergey Matveev --- TODO | 3 +-- doc/govpn.texi | 2 ++ doc/todo.texi | 12 ++++++++++++ 3 files changed, 15 insertions(+), 2 deletions(-) mode change 100644 => 120000 TODO create mode 100644 doc/todo.texi diff --git a/TODO b/TODO deleted file mode 100644 index a2043ca..0000000 --- a/TODO +++ /dev/null @@ -1,2 +0,0 @@ -* Increase performance -* Randomize ports usage diff --git a/TODO b/TODO new file mode 120000 index 0000000..e8b79ff --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +doc/todo.texi \ No newline at end of file diff --git a/doc/govpn.texi b/doc/govpn.texi index a22e85f..c8fa79c 100644 --- a/doc/govpn.texi +++ b/doc/govpn.texi @@ -42,6 +42,7 @@ statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support. * Contacts:: * Copying conditions:: * Thanks:: +* TODO:: @end menu @include overview.texi @@ -59,4 +60,5 @@ statistics, IPv4/IPv6-compatibility. GNU/Linux and FreeBSD support. @verbatiminclude fdl.txt @include thanks.texi +@include todo.texi @bye diff --git a/doc/todo.texi b/doc/todo.texi new file mode 100644 index 0000000..f480f7e --- /dev/null +++ b/doc/todo.texi @@ -0,0 +1,12 @@ +@node TODO +@unnumbered TODO + +@itemize +@item Ability to use EGD. +@item Replace -noncediff with in-memory storage of previously seen nonces. +@item Ability to tunnel only specified TCP connections, without full + featured VPN solution. Similar to ssh -R. +@item Ability to work over HTTP, WebSockets and something similar. +@item Increase performance. +@item Randomize ports usage. +@end itemize -- 2.44.0