Update README with a checklist
This commit is contained in:
parent
3dde9d5344
commit
1af4e69999
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue