]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Describe tor-resolve defaults. Bug 2364.
authorNick Mathewson <nickm@torproject.org>
Sun, 9 Jan 2011 20:40:40 +0000 (15:40 -0500)
committerNick Mathewson <nickm@torproject.org>
Sun, 9 Jan 2011 20:40:40 +0000 (15:40 -0500)
changes/bug2364 [new file with mode: 0644]
doc/tor-resolve.1.txt

diff --git a/changes/bug2364 b/changes/bug2364
new file mode 100644 (file)
index 0000000..37de6ef
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation
+    - Document the default socks host and port (127.0.0.1:9050) for
+      tor-resolve.
+
index eb519667b747e6cad564db52d34974bdefe8148e..bdc636b08b16db6b96b29921acff3eceeeab36b3 100644 (file)
@@ -19,6 +19,10 @@ 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.
 
+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
 -------
 **-v**::
@@ -42,4 +46,4 @@ See doc/socks-extensions.txt in the Tor package for protocol details.
 
 AUTHORS
 -------
-Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.
\ No newline at end of file
+Roger Dingledine <arma@mit.edu>, Nick Mathewson <nickm@alum.mit.edu>.