Go to file
2019-02-19 10:38:01 +01:00
src Add missing files 2019-02-19 10:38:01 +01:00
CMakeLists.txt Reimplement UDP client + fix cb signature 2019-02-19 10:32:33 +01:00
README.md Cross all the boxes! 2019-02-12 22:39:52 +01:00
torrc_simple Disable entry guard 2019-02-15 10:11:26 +01:00
udp-echo.py Working UDP and socket cleaning 2019-02-12 19:29:00 +01:00

Donar

Checklist

  • (Server) Connect to Tor Daemon to register Onion Services
  • (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