From 90bdc3664df6ec6fdc3472c0a80b98021d1ad850 Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 19 Mar 2000 22:11:17 +0000 Subject: New package bounce-0.0: tool to forward TCP connection from one IP to another. Submitted by Emmanuel Dreyfus in PR pkg/9637. --- net/bounce/pkg/COMMENT | 1 + net/bounce/pkg/DESCR | 3 +++ net/bounce/pkg/PLIST | 3 +++ 3 files changed, 7 insertions(+) create mode 100644 net/bounce/pkg/COMMENT create mode 100644 net/bounce/pkg/DESCR create mode 100644 net/bounce/pkg/PLIST (limited to 'net/bounce/pkg') diff --git a/net/bounce/pkg/COMMENT b/net/bounce/pkg/COMMENT new file mode 100644 index 00000000000..c6397cd0902 --- /dev/null +++ b/net/bounce/pkg/COMMENT @@ -0,0 +1 @@ +tool to forward TCP connection from one IP to another diff --git a/net/bounce/pkg/DESCR b/net/bounce/pkg/DESCR new file mode 100644 index 00000000000..21704dd03f7 --- /dev/null +++ b/net/bounce/pkg/DESCR @@ -0,0 +1,3 @@ +Bounce is a socket bouncer. It is used to forward TCP connections. +You can use bounce to make incoming connection to port 5000 of your +local machine go to another port on another machine. diff --git a/net/bounce/pkg/PLIST b/net/bounce/pkg/PLIST new file mode 100644 index 00000000000..cd9d9f0196e --- /dev/null +++ b/net/bounce/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/19 22:11:18 fredb Exp $ +bin/bounce +man/man1/bounce.1 -- cgit v1.2.3