tor-resolve.1
上传用户:awang829
上传日期:2019-07-14
资源大小:2356k
文件大小:1k
- .TH tor-resolve 1 "" Aug-2004 ""
- ." manual page by Peter Palfrader
- .SH NAME
- .LP
- tor-resolve - resolve a hostname to an IP address via tor
- .SH SYNOPSIS
- fBtor-resolvefP [-4|-5] [-v] [-x] fIhostnamefP [fIsockshostfP[:fIsocksport]fP]
- .SH DESCRIPTION
- fBtor-resolvefR is a simple script to connect to a SOCKS proxy that
- knows about the SOCKS RESOLVE command, hand it a hostname, and return
- an IP address.
- .SH OPTIONS
- fB-v fP
- Display verbose output.
- .LP
- .TP
- fB-xfP
- Perform a reverse lookup: get the PTR record for an IPv4 address.
- .LP
- .TP
- fB-5fP
- Use the SOCKS5 protocol. (Default)
- .LP
- .TP
- fB-4fP
- Use the SOCKS4a protocol rather than the default SOCKS5 protocol. Doesn't
- support reverse DNS.
- .SH SEE ALSO
- .BR tor (1),
- .BR torify (1).
- .PP
- See doc/socks-extensions.txt in the Tor package for protocol details.
- .SH AUTHORS
- Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.