diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-09-21 21:48:06 +0000 |
commit | a942441615af65a5e80f2d8c1348a4feb7a2ff62 (patch) | |
tree | ddfd5fa34fa1bcf11b1ce8b7187a259637c2c0ef /ChangeLog | |
parent | b2cc52fa02d3a440f8969b6c616d5acc3c09e50f (diff) | |
download | tor-a942441615af65a5e80f2d8c1348a4feb7a2ff62.tar.gz tor-a942441615af65a5e80f2d8c1348a4feb7a2ff62.zip |
r8872@Kushana: nickm | 2006-09-21 14:00:20 -0400
Implement server-side reverse DNS using eventdns. Add an option to routerdescs so we can tell which servers have eventdns enabled.
svn:r8437
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ Changes in version 0.1.2.2-alpha - 2006-??-?? + o Major features: + + - Add server-side support for "reverse" DNS lookups (using PTR + records so clients can determine the canonical hostname for a given + IPv4 address). This has been specified for a long time, but was + previously never implemented. This is only supported by eventdns; + servers now announce in their descriptors whether they support + eventdns. o Security Fixes, minor - If a client asked for a server by name, and we didn't have a |