diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 4 | ||||
-rw-r--r-- | contrib/tor-resolve.1 | 17 | ||||
-rwxr-xr-x | contrib/tor-resolve.py (renamed from contrib/tor-resolve) | 0 |
3 files changed, 2 insertions, 19 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index a073c9108..05491fe1e 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -4,6 +4,6 @@ EXTRA_DIST = tor-tsocks.conf torify.1 tor-resolve.1 tor.spec tor-resolve conf_DATA = tor-tsocks.conf -bin_SCRIPTS = torify tor-resolve +bin_SCRIPTS = torify -man_MANS = torify.1 tor-resolve.1 +man_MANS = torify.1 diff --git a/contrib/tor-resolve.1 b/contrib/tor-resolve.1 deleted file mode 100644 index 9c25f4475..000000000 --- a/contrib/tor-resolve.1 +++ /dev/null @@ -1,17 +0,0 @@ -.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). diff --git a/contrib/tor-resolve b/contrib/tor-resolve.py index 31b44af9d..31b44af9d 100755 --- a/contrib/tor-resolve +++ b/contrib/tor-resolve.py |