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 /doc | |
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 '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 50283aa5eb..15ecb79eba 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: |