]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
give tor-resolve a man page
authorRoger Dingledine <arma@torproject.org>
Sun, 15 Aug 2004 08:12:56 +0000 (08:12 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 15 Aug 2004 08:12:56 +0000 (08:12 +0000)
svn:r2230

contrib/tor-resolve.1 [new file with mode: 0644]

diff --git a/contrib/tor-resolve.1 b/contrib/tor-resolve.1
new file mode 100644 (file)
index 0000000..9c25f44
--- /dev/null
@@ -0,0 +1,17 @@
+.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-resolve\fP\ [-4|-5] \fIhostname\fP\ [\fIsockshost\fP[:\fIsocksport]\fP]
+
+.SH DESCRIPTION
+\fBtor-resolve\fR 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 SEE ALSO
+.BR tor (1),
+.BR torify (1).