summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 22:23:26 +0000
committerRobert James Kaes <rjkaes@users.sourceforge.net>2001-11-23 22:23:26 +0000
commit5c8369e758ec49676332bc486fc9b48885178f14 (patch)
tree151b1de73f8398ef2008ca3eb7d3468da5164b26
parentd909c841fa5e8b769b6190c88ce0ac6a1ad6c4fb (diff)
downloadtinyproxy-5c8369e758ec49676332bc486fc9b48885178f14.tar.gz
tinyproxy-5c8369e758ec49676332bc486fc9b48885178f14.zip
Added a reminder to include selective binding for the listening socket.
Diffstat (limited to '')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 5d3a526..50ba475 100644
--- a/TODO
+++ b/TODO
@@ -40,4 +40,6 @@ against the current tree and I'll integrate it if possible.
* 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. \ No newline at end of file
+ prefer a more uniform look.
+
+ * All selective binding, rather than the default wildcard system.