diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-06-11 13:21:31 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-06-11 13:21:31 -0400 |
commit | 945633476ac203b5a0fc7901830df104524bfe56 (patch) | |
tree | 2414737ae1907168b5f094c6635a405050a29308 /changes | |
parent | be1c4672c4ea0dc55cc062a72741c7498138d8af (diff) | |
parent | 10fdb9ee0a1605050f2a91f84f88397881cfd83a (diff) | |
download | tor-945633476ac203b5a0fc7901830df104524bfe56.tar tor-945633476ac203b5a0fc7901830df104524bfe56.tar.gz |
Merge commit 'sebastian/hostnamewarn'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/nohostnamewarn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/nohostnamewarn b/changes/nohostnamewarn new file mode 100644 index 000000000..4cb56ea30 --- /dev/null +++ b/changes/nohostnamewarn @@ -0,0 +1,5 @@ + o Minor features: + - Allow disabling the warning that occurs whenever Tor receives only + an IP address instead of a hostname. Setups that do DNS locally over + Tor are fine, and we shouldn't spam the logs in that case. + |