diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-28 10:11:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-28 10:11:08 -0500 |
commit | f75ca04520f9494e10ea8c4a5de584270efa3462 (patch) | |
tree | 02dd71b20c008cf3717ad09dac788c971cd2f4d7 /doc | |
parent | 20d0b1a04e0949c1bb46858c117947131ee448e1 (diff) | |
download | tor-f75ca04520f9494e10ea8c4a5de584270efa3462.tar.gz tor-f75ca04520f9494e10ea8c4a5de584270efa3462.zip |
Tweak tor-resolve docs and logs
Resolves 14325
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor-resolve.1.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/tor-resolve.1.txt b/doc/tor-resolve.1.txt index 341d302244..30e16d5daa 100644 --- a/doc/tor-resolve.1.txt +++ b/doc/tor-resolve.1.txt @@ -14,7 +14,7 @@ tor-resolve - resolve a hostname to an IP address via tor SYNOPSIS -------- -**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]] +**tor-resolve** [-4|-5] [-v] [-x] [-p __socksport__] __hostname__ [__sockshost__[:__socksport__]] DESCRIPTION ----------- @@ -40,6 +40,9 @@ OPTIONS Use the SOCKS4a protocol rather than the default SOCKS5 protocol. Doesn't support reverse DNS. +**-p** __socksport__:: + Override the default SOCKS port without setting the hostname. + SEE ALSO -------- **tor**(1), **torify**(1). + |