diff options
author | clive <clive@FreeBSD.org> | 2001-12-14 11:21:51 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-12-14 11:21:51 +0800 |
commit | ac8ce031052dd61e1fc3dbe2ae82f301149d9c71 (patch) | |
tree | eeaa58f95323856f1a253242a94967714dd2a0c8 /net/Makefile | |
parent | 0904536260519d5b2849a538aa300f9c2986372e (diff) | |
download | freebsd-ports-gnome-ac8ce031052dd61e1fc3dbe2ae82f301149d9c71.tar.gz freebsd-ports-gnome-ac8ce031052dd61e1fc3dbe2ae82f301149d9c71.tar.zst freebsd-ports-gnome-ac8ce031052dd61e1fc3dbe2ae82f301149d9c71.zip |
New port: UDPTunnel
UDPTunnel is a small program which can tunnel UDP packets bi-directionally
over a TCP connection. Its primary purpose (and original motivation) is to
allow multi-media conferences to traverse a firewall which allows only
outgoing TCP connections.
PR: ports/32820
Submitted by: Yen-Ming Lee <leeym@utopia.leeym.com>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index aaaf9c01d30f..1b21ed0e29b1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -455,6 +455,7 @@ SUBDIR += ttt SUBDIR += tund SUBDIR += tvark + SUBDIR += udptunnel SUBDIR += unison SUBDIR += urlendec SUBDIR += vchat |