diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-25 14:48:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-25 14:48:16 +0000 |
commit | 39fe91b9a281a3ec8504bf7933a63918038a9b5a (patch) | |
tree | 010c8fa5a1d6fe4cbd5d35973bb686259b307865 /ChangeLog | |
parent | e9c294654deeb41a4f80420c3f4ee67cd9ecee70 (diff) | |
download | tor-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |