diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-23 22:23:26 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-11-23 22:23:26 +0000 |
commit | 5c8369e758ec49676332bc486fc9b48885178f14 (patch) | |
tree | 151b1de73f8398ef2008ca3eb7d3468da5164b26 | |
parent | d909c841fa5e8b769b6190c88ce0ac6a1ad6c4fb (diff) | |
download | tinyproxy-5c8369e758ec49676332bc486fc9b48885178f14.tar.gz tinyproxy-5c8369e758ec49676332bc486fc9b48885178f14.zip |
Added a reminder to include selective binding for the listening socket.
Diffstat (limited to '')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |