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 /doc | |
parent | be1c4672c4ea0dc55cc062a72741c7498138d8af (diff) | |
parent | 10fdb9ee0a1605050f2a91f84f88397881cfd83a (diff) | |
download | tor-945633476ac203b5a0fc7901830df104524bfe56.tar tor-945633476ac203b5a0fc7901830df104524bfe56.tar.gz |
Merge commit 'sebastian/hostnamewarn'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 50283aa5e..15ecb79eb 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -632,6 +632,12 @@ The following options are useful only for clients (that is, if helps to determine whether an application using Tor is possibly leaking DNS requests. (Default: 0) +**WarnUnsafeSocks** **0**|**1**:: + When this option is enabled, Tor will warn whenever a request is + received that only contains an IP address instead of a hostname. Allowing + applications to do DNS resolves themselves is usually a bad idea and + can leak your location to attackers. (Default: 1) + **VirtualAddrNetwork** __Address__/__bits__:: When a controller asks for a virtual (unused) address with the MAPADDRESS command, Tor picks an unassigned address from this range. (Default: |