diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-24 20:31:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-24 20:31:30 +0000 |
commit | 703bf1962068a2beb8754f9bb772efd7eb3c100d (patch) | |
tree | 4fa9db1792fad7b4bcc36f2ff466f9033549eaca /doc | |
parent | 17830bc03ba26dc90258f436fbd9786cf769027c (diff) | |
download | tor-703bf1962068a2beb8754f9bb772efd7eb3c100d.tar.gz tor-703bf1962068a2beb8754f9bb772efd7eb3c100d.zip |
r12942@catbus: nickm | 2007-05-24 16:31:22 -0400
Well, that was easier than I thought it would be. Tor is now a DNS proxy as well as a socks proxy. Probably some bugs remain, but since it A) has managed to resolve one address for me successfully, and B) will not affect anybody who leaves DNSPort unset, it feel like a good time to commit.
svn:r10317
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -195,7 +195,13 @@ Things we'd like to do in 0.2.0.x: - Features: - Traffic priorities (by Jun 1) - Ability to prioritize own traffic over relayed traffic. - - Implement a DNS proxy + o Implement a DNS proxy + o Make a listener type. + o Hook into connection_edge logic. + o Hook into evdns_server_* logic + - Actually send back a useful answer. + - Make i + - Document. - Add a way to request DNS resolves from the controller. - A better UI for authority ops. - Follow weasel's proposal, crossed with mixminion dir config format |