diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-08-28 03:15:55 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-08-28 03:15:55 +0000 |
commit | 54ca0387a59499f516dae689a34807dad6410b3d (patch) | |
tree | a234614bf9f15e037ca0e3e3b20cf6da0c6efcbd /doc | |
parent | be7054c6265f19134edc6cfef482b13e86e59cb5 (diff) | |
download | tor-54ca0387a59499f516dae689a34807dad6410b3d.tar.gz tor-54ca0387a59499f516dae689a34807dad6410b3d.zip |
r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400
Make it possible to change nameserver options while Tor is running.
svn:r8255
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -100,7 +100,8 @@ N . Improve memory usage on tight-memory machines. 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, + - Document SearchDomains, ResolvConf options + o 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) |