summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-25 14:48:16 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-25 14:48:16 +0000
commit39fe91b9a281a3ec8504bf7933a63918038a9b5a (patch)
tree010c8fa5a1d6fe4cbd5d35973bb686259b307865 /ChangeLog
parente9c294654deeb41a4f80420c3f4ee67cd9ecee70 (diff)
downloadtor-39fe91b9a281a3ec8504bf7933a63918038a9b5a.tar.gz
tor-39fe91b9a281a3ec8504bf7933a63918038a9b5a.zip
r12946@catbus: nickm | 2007-05-25 10:46:50 -0400
Add an AutomapHostsOnResolve option. It seems to work. svn:r10324
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c51f2ad87b..364678ac73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -130,6 +130,12 @@ Changes in version 0.2.0.1-alpha - 2007-??-??
- More unit tests.
- Warn when using a version of libevent before 1.3b to run a server on
OSX or BSD: these versions interact badly with userspace threads.
+ - Add a new AutomapHostsOnResolve option: when it is enabled, any
+ resolve request for hosts matching a given pattern causes Tor to
+ generate an internal virtual address mapping for that host. This
+ allows DNSPort to work sensibly with hidden service users. By
+ default, .exit and .onion addresses are remapped; the list of
+ patterns can be reconfigured with AutomapHostsSuffixes.
o Removed features:
- Removed support for the old binary "version 0" controller protocol.