Updated to reflect the new reality of the tinyproxy source code.
This commit is contained in:
parent
b00b4158f2
commit
864e955bbd
@ -1,2 +1,2 @@
|
|||||||
EXTRA_DIST = tinyproxy.8 CONFIG HTTP_ERROR_CODES RFC_INFO TODO report.sh
|
EXTRA_DIST = tinyproxy.8 tinyproxy.conf HTTP_ERROR_CODES RFC_INFO TODO report.sh
|
||||||
man_MANS = tinyproxy.8
|
man_MANS = tinyproxy.8
|
||||||
|
7
doc/TODO
7
doc/TODO
@ -8,13 +8,6 @@ against the current tree and I'll integrate it if possible.
|
|||||||
the source tree. Then people can simply choose which types of
|
the source tree. Then people can simply choose which types of
|
||||||
proxies (ftp, www, etc) they'd like enabled in tinyproxy.h
|
proxies (ftp, www, etc) they'd like enabled in tinyproxy.h
|
||||||
Suggested: Tarun Tuli.
|
Suggested: Tarun Tuli.
|
||||||
- Make the source tree autoconf-ed so people can avoid editing
|
|
||||||
tinyproxy.h and the like.
|
|
||||||
- Add some kind of access control mechanism - probably IP-based,
|
|
||||||
so users can choose only to let people from certain networks/ISP
|
|
||||||
use the proxy. This becomes more of an issue with FTP proxies
|
|
||||||
and the like. (Partially Done. It would be better if there was a
|
|
||||||
config file.)
|
|
||||||
- Find a more elegant solution to embedding HTML documents in the
|
- Find a more elegant solution to embedding HTML documents in the
|
||||||
source than the current method. (see httperr() and showstats() for
|
source than the current method. (see httperr() and showstats() for
|
||||||
examples of how it's done right now).
|
examples of how it's done right now).
|
||||||
|
Loading…
Reference in New Issue
Block a user