forked from arschlochnop/hack_tools_for_me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
29 lines (16 loc) · 767 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
* Implement verbose mode logging
* Resolve addesses to domain names in log
* Add support for UDP requests
* Add support for IPv6 requests
* Should be able to report transfer rate and active connections, kill
specific connnections, etc.
* I'll probably use a non-blocking server architecture rathen than
spawning a new process for each connection
* Basic authentication will most certainly be implemented
* Some traffic control features will be available
* The default UNIX directories will be used for instalation and a
makefile will be available
* Traffic control
* Real-time stats displaying (uptime, connections, traffic, etc.)
* Support for HTTP CONNECT method ???
* Support remote administration and stats displaying via HTTP protocol