diff options
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 |
commit | f1c3557f608616b94287faea7b3c092fb5db53b6 (patch) | |
tree | 318779e41e885c52b5eac1b625d874d385ec1566 /network/miredo | |
parent | 7a63aaa03782409b95832c84a927c9c9682c4cdb (diff) | |
download | slackbuilds-f1c3557f608616b94287faea7b3c092fb5db53b6.tar.gz |
network/miredo: Update README.
Diffstat (limited to 'network/miredo')
-rw-r--r-- | network/miredo/README | 3 |
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 |