diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-09 16:25:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2002-05-09 16:25:32 +0000 |
commit | 924b6192c15fcc66c5892fe83fa7e3fd24adea09 (patch) | |
tree | 1695c8c88670faf2adb5ef0ab4f737babb51c8ab | |
parent | a25e0a608e04ceabd68bacab1b4a79837e4f9a64 (diff) | |
download | tinyproxy-924b6192c15fcc66c5892fe83fa7e3fd24adea09.tar.gz tinyproxy-924b6192c15fcc66c5892fe83fa7e3fd24adea09.zip |
Blocking ports has been added as well as the selective binding.
Diffstat (limited to '')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -34,12 +34,7 @@ against the current tree and I'll integrate it if possible. * Enable an option for chroot() jailing tinyproxy. - * Add an option which allows the blocking of connections to certain - ports (like 25, 110, etc.) that might be used for "bad" things. :) - * Come up with a more consistent (and elegant) way of logging errors for the administrators. Right now it's more a hodge-podge collections of error messages without a _real_ standard. I would prefer a more uniform look. - - * All selective binding, rather than the default wildcard system. |