| 1234567891011121314151617181920212223242526272829303132333435363738 | .TH tor-resolve 1 "" Aug-2004 "".\" manual page by Peter Palfrader.SH NAME.LPtor-resolve \- resolve a hostname to an IP address via tor.SH SYNOPSIS\fBtor-resolve\fP\ [-4|-5] [-v] [-x] \fIhostname\fP\ [\fIsockshost\fP[:\fIsocksport]\fP].SH DESCRIPTION\fBtor-resolve\fR is a simple script to connect to a SOCKS proxy thatknows about the SOCKS RESOLVE command, hand it a hostname, and returnan IP address..SH OPTIONS\fB-v \fPDisplay verbose output..LP.TP\fB-x\fPPerform a reverse lookup: get the PTR record for an IPv4 address..LP.TP\fB-5\fPUse the SOCKS5 protocol. (Default).LP.TP\fB-4\fPUse the SOCKS4a protocol rather than the default SOCKS5 protocol.  Doesn'tsupport reverse DNS..SH SEE ALSO.BR tor (1),.BR torify (1)..PPSee doc/socks-extensions.txt in the Tor package for protocol details..SH AUTHORSRoger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
 |