11 lines
393 B
Markdown
11 lines
393 B
Markdown
# Donar
|
|
|
|
## Checklist
|
|
|
|
* [x] (Server) Connect to Tor Daemon to register Onion Services
|
|
* [x] (Client) Socks5 Protocol
|
|
* [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
|