diff options
author | sobomax <sobomax@FreeBSD.org> | 2004-04-09 15:55:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2004-04-09 15:55:34 +0800 |
commit | e98521d64174cc81a9798fcbb673d07cbb053c29 (patch) | |
tree | 05d930548aad367991b23c890c09ea22cafc59f6 /net/stund/pkg-descr | |
parent | 5395c32d01f6c4801c98f43d53224c1961715841 (diff) | |
download | freebsd-ports-gnome-e98521d64174cc81a9798fcbb673d07cbb053c29.tar.gz freebsd-ports-gnome-e98521d64174cc81a9798fcbb673d07cbb053c29.tar.zst freebsd-ports-gnome-e98521d64174cc81a9798fcbb673d07cbb053c29.zip |
Add stund 0.91, a simple STUN (RFC 3489) server and client.
Diffstat (limited to 'net/stund/pkg-descr')
-rw-r--r-- | net/stund/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/stund/pkg-descr b/net/stund/pkg-descr new file mode 100644 index 000000000000..11835446b05a --- /dev/null +++ b/net/stund/pkg-descr @@ -0,0 +1,14 @@ +The STUN (Simple Traversal of UDP through NATs (Network Address Translation)) +server is an implementation of the STUN protocol that enables STUN +functionality in SIP-based systems. The STUN server tar ball also include a +client API to enable STUN functionality in SIP endpoints. In addition there +is a command line UNIX client and a graphical windows client that check what +type of NAT the user is using. + +STUN is an application-layer protocol that can determine the public IP and +nature of a NAT device that sits between the STUN client and STUN server. + +The current version of the code supports most of RFC 3489 except the ability +to get OTPs from the server. + +WWW: http://www.vovida.org/applications/downloads/stun/ |