aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-08-28 03:15:50 +0000
committerNick Mathewson <nickm@torproject.org>2006-08-28 03:15:50 +0000
commitbe7054c6265f19134edc6cfef482b13e86e59cb5 (patch)
tree6cdd5f7d0a9f3048981080e3ae937b08db904077 /doc
parentc38cc0eb4abbc6822f8a474027a8d60a2da879d6 (diff)
downloadtor-be7054c6265f19134edc6cfef482b13e86e59cb5.tar
tor-be7054c6265f19134edc6cfef482b13e86e59cb5.tar.gz
r8607@Kushana: nickm | 2006-08-27 15:45:42 -0400
Change configuration strategy for eventdns. Instead of elaborate option set, just allow the user to specify another resolv.conf to use. svn:r8254
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 8665d216c..bd67e6fc4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -96,10 +96,12 @@ N . Improve memory usage on tight-memory machines.
o Implement
. Enable
- Test
- - Make the Nameservers option documented, and make it work right on
+ X Make the Nameservers option documented, and make it work right on
reload.
o Fail when we have no configured nameservers!
o Make it the default on platforms where it works.
+ - Make resolv.conf (or local equivalent) get checked on reload,
+ settable while running, etc.
- Add ipv6 support; make API closer to getaddrinfo(). (i.e., allow a
single AAAA/A query, return cname as well)
- Teach it to be able to listen for A and PTR requests to be processed.