From fd4cd7034de5b57717e6db12a3168c8112a603c2 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 12 Feb 2019 22:39:52 +0100 Subject: [PATCH] Cross all the boxes! --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a529f8..208b92c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ * [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 + * [x] (Server) Create multiple TCP servers, register them in epoll + * [x] (Client) Listen to UDP + * [x] (Server) Forward incoming traffic to a UDP server + * [x] (Both) Take parameters from command line (getopt ?) + * [x] (Both) Provide a nice abstraction for my algorithms