diff options
author | dbaker <dbaker@FreeBSD.org> | 2000-01-04 16:13:52 +0800 |
---|---|---|
committer | dbaker <dbaker@FreeBSD.org> | 2000-01-04 16:13:52 +0800 |
commit | 696b9d50a27e3680c82bd2a8de20014f899d8aad (patch) | |
tree | fb5f8918d7667751d384729acbb3b745f9f79cd7 /net/datapipe/pkg-comment | |
parent | f35b0adc6ffffd30ca0bf71ad2f1c226dd4c7d43 (diff) | |
download | freebsd-ports-gnome-696b9d50a27e3680c82bd2a8de20014f899d8aad.tar.gz freebsd-ports-gnome-696b9d50a27e3680c82bd2a8de20014f899d8aad.tar.zst freebsd-ports-gnome-696b9d50a27e3680c82bd2a8de20014f899d8aad.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.
Diffstat (limited to 'net/datapipe/pkg-comment')
-rw-r--r-- | net/datapipe/pkg-comment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/datapipe/pkg-comment b/net/datapipe/pkg-comment new file mode 100644 index 000000000000..fe4e6ccb35d6 --- /dev/null +++ b/net/datapipe/pkg-comment @@ -0,0 +1 @@ +A simple program to bind a local port and connect it to a remote socket |