summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-09 16:25:32 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2002-05-09 16:25:32 +0000
commit924b6192c15fcc66c5892fe83fa7e3fd24adea09 (patch)
tree1695c8c88670faf2adb5ef0ab4f737babb51c8ab
parenta25e0a608e04ceabd68bacab1b4a79837e4f9a64 (diff)
downloadtinyproxy-924b6192c15fcc66c5892fe83fa7e3fd24adea09.tar.gz
tinyproxy-924b6192c15fcc66c5892fe83fa7e3fd24adea09.zip
Blocking ports has been added as well as the selective binding.
Diffstat (limited to '')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 50ba475..46db947 100644
--- a/TODO
+++ b/TODO
@@ -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.