mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
|
// Copyright (c) The Tor Project, Inc.
|
||
|
// See LICENSE for licensing information
|
||
|
// This is an asciidoc file used to generate the manpage/html reference.
|
||
|
// Learn asciidoc on http://www.methods.co.nz/asciidoc/userguide.html
|
||
|
tor-resolve(1)
|
||
|
==============
|
||
|
Peter Palfrader
|
||
|
|
||
|
NAME
|
||
|
----
|
||
|
tor-resolve - resolve a hostname to an IP address via tor
|
||
|
|
||
|
SYNOPSIS
|
||
|
--------
|
||
|
**tor-resolve** [-4|-5] [-v] [-x] __hostname__ [__sockshost__[:__socksport__]]
|
||
|
|
||
|
DESCRIPTION
|
||
|
-----------
|
||
|
**tor-resolve** 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.
|
||
|
|
||
|
OPTIONS
|
||
|
-------
|
||
|
**-v**::
|
||
|
Display verbose output.
|
||
|
|
||
|
**-x**::
|
||
|
Perform a reverse lookup: get the PTR record for an IPv4 address.
|
||
|
|
||
|
**-5**::
|
||
|
Use the SOCKS5 protocol. (Default)
|
||
|
|
||
|
**-4**::
|
||
|
Use the SOCKS4a protocol rather than the default SOCKS5 protocol. Doesn't
|
||
|
support reverse DNS.
|
||
|
|
||
|
SEE ALSO
|
||
|
--------
|
||
|
**tor**(1), **torify**(1). +
|
||
|
|
||
|
See doc/socks-extensions.txt in the Tor package for protocol details.
|
||
|
|
||
|
AUTHORS
|
||
|
-------
|
||
|
Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
|