summaryrefslogtreecommitdiff
path: root/net/bounce/pkg
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-19 22:11:17 +0000
committerfredb <fredb>2000-03-19 22:11:17 +0000
commit90bdc3664df6ec6fdc3472c0a80b98021d1ad850 (patch)
treea352dcb53283c79217c160478c3560c0c58d9766 /net/bounce/pkg
parent415f75ce4b48f43d91e31a295842b3747f15f877 (diff)
downloadpkgsrc-90bdc3664df6ec6fdc3472c0a80b98021d1ad850.tar.gz
New package bounce-0.0: tool to forward TCP connection from one IP to another.
Submitted by Emmanuel Dreyfus in PR pkg/9637.
Diffstat (limited to 'net/bounce/pkg')
-rw-r--r--net/bounce/pkg/COMMENT1
-rw-r--r--net/bounce/pkg/DESCR3
-rw-r--r--net/bounce/pkg/PLIST3
3 files changed, 7 insertions, 0 deletions
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