mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge remote branch 'origin/maint-0.2.2'
This commit is contained in:
commit
9bbb4a1b40
4
changes/bug2364
Normal file
4
changes/bug2364
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
o Documentation
|
||||||
|
- Document the default socks host and port (127.0.0.1:9050) for
|
||||||
|
tor-resolve.
|
||||||
|
|
@ -19,6 +19,10 @@ DESCRIPTION
|
|||||||
**tor-resolve** is a simple script to connect to a SOCKS proxy that knows about
|
**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.
|
the SOCKS RESOLVE command, hand it a hostname, and return an IP address.
|
||||||
|
|
||||||
|
By default, **tor-resolve** uses the Tor server running on 127.0.0.1 on SOCKS
|
||||||
|
port 9050. If this isn't what you want, you should specify an explicit
|
||||||
|
__sockshost__ and/or __socksport__ on the command line.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
**-v**::
|
**-v**::
|
||||||
@ -42,4 +46,4 @@ See doc/socks-extensions.txt in the Tor package for protocol details.
|
|||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
|
Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
|
||||||
|
Loading…
Reference in New Issue
Block a user