From 1af4e699992852a789f48d125a020677e33d6dd9 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 8 Feb 2019 18:23:59 +0100 Subject: [PATCH] Update README with a checklist --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e4f2848..4a529f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # Donar +## Checklist + + * [x] (Server) Connect to Tor Daemon to register Onion Services + * [x] (Client) Socks5 Protocol + * [ ] (Server) Create multiple TCP servers, register them in epoll + * [ ] (Client) Listen to UDP + * [ ] (Server) Forward incoming traffic to a UDP server + * [ ] (Both) Take parameters from command line (getopt ?) + * [ ] (Both) Provide a nice abstraction for my algorithms