1tor-resolve(1) tor-resolve(1)
2
3
4
6 tor-resolve - resolve a hostname to an IP address via tor
7
8
10 tor-resolve [-4|-5] [-v] [-x] hostname [sockshost[:socksport]]
11
12
14 tor-resolve is a simple script to connect to a SOCKS proxy that knows
15 about the SOCKS RESOLVE command, hand it a hostname, and return an IP
16 address.
17
19 -v Display verbose output.
20
21 -x Perform a reverse lookup: get the PTR record for an IPv4
22 address.
23
24 -5 Use the SOCKS5 protocol. (Default)
25
26 -4 Use the SOCKS4a protocol rather than the default SOCKS5 proto‐
27 col. Doesn't support reverse DNS.
28
29
31 tor(1), torify(1).
32
33 See doc/socks-extensions.txt in the Tor package for protocol details.
34
35
37 Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
38
39
40
41Aug-2004 tor-resolve(1)