summaryrefslogtreecommitdiffstats
path: root/network/miredo
diff options
context:
space:
mode:
Diffstat (limited to 'network/miredo')
-rw-r--r--network/miredo/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/network/miredo/README b/network/miredo/README
index c20cb11c25..8839ea4e8e 100644
--- a/network/miredo/README
+++ b/network/miredo/README
@@ -1,3 +1,5 @@
+miredo (teredo IPv6 tunneling)
+
Miredo is an opensource Teredo IPv6 tunneling software for Linux
and BSD operating systems. It includes functional implementations
of all components of the Teredo specification (client, relay and
@@ -6,6 +8,7 @@ behind NAT devices.
This script requires a 'miredo' user/group to exist before running.
The recommended UID/GID is 255. You can create these like so:
+
groupadd -g 255 miredo
useradd -u 255 -g 255 -c "Teredo IPv6 Tunneling" -d /dev/null -s /bin/false miredo