aboutsummaryrefslogtreecommitdiff
path: root/net/datapipe/pkg-descr
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>2000-01-04 08:13:52 +0000
committerDaniel Baker <dbaker@FreeBSD.org>2000-01-04 08:13:52 +0000
commit978d020c954fe6d8010fd0fdc64c74fbb5b250e2 (patch)
tree458c2d93f8454a09c70554a5dc11aa81ce66e9e1 /net/datapipe/pkg-descr
parentfb6cec5d1ae1d4b0eaac81a8c283fd85b47533e0 (diff)
downloadports-978d020c954fe6d8010fd0fdc64c74fbb5b250e2.tar.gz
ports-978d020c954fe6d8010fd0fdc64c74fbb5b250e2.zip
properly (i hope) import datapipe port
datapipe is a simple program that allows a listening TCP/IP port to be constructed on the machine it is running on. Any connections to that port will then be forwarded to the specified remote host and remote port.
Notes
Notes: svn path=/head/; revision=24405
Diffstat (limited to 'net/datapipe/pkg-descr')
-rw-r--r--net/datapipe/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/datapipe/pkg-descr b/net/datapipe/pkg-descr
new file mode 100644
index 000000000000..794c4b5276aa
--- /dev/null
+++ b/net/datapipe/pkg-descr
@@ -0,0 +1,11 @@
+datapipe.c is a simple program that allows a listening TCP/IP port to be
+constructed on the machine it is running on. Any connections to that port
+will then be forwarded to the specified remote host and remote port. This
+program can be useful for allowing your Distributed.net clients
+communicate to the outside world by running it on a gateway machine that
+has access to both the inside firewall and the outside realworld.
+
+Additionally, if you live behind a SOCKS firewall, you can compile this
+code with SOCKS support for your system and use it to act as a
+"SOCKS translator" for your Distributed.net clients. In this case,
+datapipe doesn't even need to be run on a gateway machine.