diff options
author | roam <roam@FreeBSD.org> | 2005-10-29 06:22:46 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-10-29 06:22:46 +0800 |
commit | f6a29d8fa3c3e39802b112e01dcc7112629347b7 (patch) | |
tree | 92dda0f1c3b4f2352c3bab09e22045893d9eb566 /net/urelay/pkg-descr | |
parent | b1f2e22582fea0cc2168ca6b333a268b1ef3708c (diff) | |
download | freebsd-ports-gnome-f6a29d8fa3c3e39802b112e01dcc7112629347b7.tar.gz freebsd-ports-gnome-f6a29d8fa3c3e39802b112e01dcc7112629347b7.tar.zst freebsd-ports-gnome-f6a29d8fa3c3e39802b112e01dcc7112629347b7.zip |
Add urelay 1.0, an UCSPI connection proxy. When used in conjunction
with tcpserver and tcpclient, it may serve as a TCP proxy with some
additional benefits such as sending a chunk of data at the start of
the connection and "swallowing" a reply.
Diffstat (limited to 'net/urelay/pkg-descr')
-rw-r--r-- | net/urelay/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/urelay/pkg-descr b/net/urelay/pkg-descr new file mode 100644 index 000000000000..56f320e189f2 --- /dev/null +++ b/net/urelay/pkg-descr @@ -0,0 +1,7 @@ +The urelay tool is a simple connection forwarder which may work with +many different protocols - TCP, Unix sockets, IPX - in general, anything +that has a client or a server supporting Prof. Daniel J. Bernstein's UCSPI +framework - http://cr.yp.to/ucspi.html + +Author: Peter Pentchev <roam@ringlet.net> +WWW: http://devel.ringlet.net/net/urelay/ |