diff options
author | Roger Dingledine <arma@torproject.org> | 2006-09-24 17:53:09 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-09-24 17:53:09 +0000 |
commit | b01632139a1a3b5770347aaffcb49325e2ac7fd1 (patch) | |
tree | a1d1e42194d606c7778c7c9026288a5265af9c9a /doc | |
parent | 11b4296b0b326d187ff945e0fc014f32933624b2 (diff) | |
download | tor-b01632139a1a3b5770347aaffcb49325e2ac7fd1.tar.gz tor-b01632139a1a3b5770347aaffcb49325e2ac7fd1.zip |
add a note to nick's todo item
svn:r8483
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -121,6 +121,8 @@ d - Special-case localhost? - Check for invalid characters in hostnames before trying to resolve them. (This will help catch attempts do to mean things to our DNS server, and bad software that tries to do DNS lookups on whole URLs.) + - address_is_invalid_destination() is the right thing to call here + (and feel free to make that function smarter) - Performance improvements |