diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2010-06-03 12:52:34 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2010-06-07 12:44:25 +0200 |
commit | 10fdb9ee0a1605050f2a91f84f88397881cfd83a (patch) | |
tree | 94185f68cf5f7a37cf92adae3d1d48f995f93d28 /changes | |
parent | faf51fa52a7462e356927ac521ff4e6ee0703d7c (diff) | |
download | tor-10fdb9ee0a1605050f2a91f84f88397881cfd83a.tar.gz tor-10fdb9ee0a1605050f2a91f84f88397881cfd83a.zip |
Add option to not warn when getting an IP instead of hostname
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 0000000000..4cb56ea307 --- /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. + |