summaryrefslogtreecommitdiffstats
path: root/network/miredo
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2016-11-11 15:32:47 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-12 06:58:01 +0700
commitf1c3557f608616b94287faea7b3c092fb5db53b6 (patch)
tree318779e41e885c52b5eac1b625d874d385ec1566 /network/miredo
parent7a63aaa03782409b95832c84a927c9c9682c4cdb (diff)
downloadslackbuilds-f1c3557f608616b94287faea7b3c092fb5db53b6.tar.gz
slackbuilds-f1c3557f608616b94287faea7b3c092fb5db53b6.tar.xz
network/miredo: Update README.
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