diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2006-02-28 01:29:39 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2006-02-28 01:29:39 +0000 |
commit | 801e261d076cf56d674ef303fc372b790ac35cd6 (patch) | |
tree | 30491fea186be51026e2848b5a4bcedbceafee77 /net/miredo/PLIST | |
parent | d9bf133bb0882906d44a302980b245ae38c0f7be (diff) | |
download | pkgsrc-801e261d076cf56d674ef303fc372b790ac35cd6.tar.gz |
Miredo is an Unix daemon program which mostly implements the
"Teredo: Tunneling IPv6 over UDP through NATs" Internet proposed
standard (RFC 4380). It can provide either client or relay
functionality. A separate program, miredo-server is also included in
the package; it consists of a Teredo server.
Miredo can be used to provide IPv6 connectivity to users behind NAT
which do not support IPv6, and not even proto-41 forwarding. For this
to work, users need to have a Teredo client running on their system.
That can be Miredo itself on Linux/FreeBSD/OpenBSD/NetBSD.
--
Will (maybe) only work on NetBSD-current of an hour ago.
Thanks to Hubert and Amitai for help with this one.
Diffstat (limited to 'net/miredo/PLIST')
-rw-r--r-- | net/miredo/PLIST | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net/miredo/PLIST b/net/miredo/PLIST new file mode 100644 index 00000000000..8a3e0871280 --- /dev/null +++ b/net/miredo/PLIST @@ -0,0 +1,16 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/28 01:29:39 rpaulo Exp $ +sbin/miredo +sbin/miredo-server +include/libteredo/teredo.h +include/tun6.h +man/man5/miredo-server.conf.5 +man/man5/miredo.conf.5 +man/man8/miredo-server.8 +man/man8/miredo.8 +lib/libteredo.a +lib/libteredo.la +lib/libtun6.a +lib/libtun6.la +share/examples/miredo/miredo.conf-dist +share/examples/miredo/miredo-server.conf-dist +@dirrm share/examples/miredo |