diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-17 10:48:00 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-17 10:48:00 -0700 |
commit | f0a23ae0ea662bcc2d7f003a7a6b92f8adeba5e0 (patch) | |
tree | 74b7bc8bed3913894f4ec7ce58fdbb7de0e5ad35 /macui/ZeroTier One | |
parent | e276b6463e3df3575386fdede8576c5c3179aac6 (diff) | |
download | infinitytier-f0a23ae0ea662bcc2d7f003a7a6b92f8adeba5e0.tar.gz infinitytier-f0a23ae0ea662bcc2d7f003a7a6b92f8adeba5e0.zip |
docs
Diffstat (limited to 'macui/ZeroTier One')
-rw-r--r-- | macui/ZeroTier One/about.html | 119 |
1 files changed, 56 insertions, 63 deletions
diff --git a/macui/ZeroTier One/about.html b/macui/ZeroTier One/about.html index 4fa41d7b..09f6eb36 100644 --- a/macui/ZeroTier One/about.html +++ b/macui/ZeroTier One/about.html @@ -1,65 +1,58 @@ <html> - <head> - <style type="text/css"> - html,body { - background: #ffffff; - margin: 0; - padding: 0; - font-family: "Helvetica"; - font-size: 12pt; - height: 100%; - width: 100%; - } - div.icon { - background: #ffb354; - color: #000000; - font-size: 100pt; - border-radius: 2.5rem; - display: inline-block; - width: 1.3em; - height: 1.3em; - padding: 0; - margin: 0; - line-height: 1.4em; - vertical-align: middle; - text-align: center; - } - div.icon_container { - font-weight: bold; - } - a,p,h1,h2,h3,h4,span,div,strong,center,lead,nav,ol,ul,li,img,button,input,textarea,form { - font-family: "Clear Sans Light","Helvetica Neue","Helvetica",sans-serif !important; - -webkit-font-smoothing: antialiased; - } - .code { - font-family: "Menlo","Consolas","Lucida Console","Bitstream Vera Sans Mono","Courier",monospace !important; - } - a:link { - text-decoration: none; - } - div.text { - padding: 5px; - } - </style> - - </head> - <body> - <center> - <div class="icon_container"> - <div class="icon">⏁</div> - </div> - </center> - - <div class="text"> - <h2>Getting Started</h2> - - <p>Getting started is simple. Simply click <font class="code">Join Network</font> from the ZeroTier status bar menu. To join the public network "Earth", enter <font class="code">8056c2e21c000001</font> and click the Join button. Once connected, you'll be able to navigate to <a href="http://earth.zerotier.net">earth.zerotier.net</a>.</p> - - <h3>Create a Network</h3> - <p>Visit <a href="http://my.zerotier.com">my.zerotier.com</a> to create and manage your own virtual networks.</p> - - <p>For more information, visit <a href="http://www.zerotier.com">zerotier.com</a>.</p> - - </div> - </body> +<head> +<style type="text/css"> +html,body { + background: #ffffff; + margin: 0; + padding: 0; + font-family: sans-serif; + font-size: 12pt; + height: 100%; + width: 100%; +} +div.icon { + background: #ffb354; + color: #000000; + font-size: 100pt; + border-radius: 2.5rem; + display: inline-block; + width: 1.3em; + height: 1.3em; + padding: 0; + margin: 0; + line-height: 1.4em; + vertical-align: middle; + text-align: center; +} +div.icon_container { + font-weight: bold; +} +a,p,h1,h2,h3,h4,span,div,strong,center,lead,nav,ol,ul,li,img,button,input,textarea,form { + font-family: sans-serif; +} +.code { + font-family: "Menlo",monospace !important; +} +a:link { + text-decoration: none; +} +</style> +</head> +<body> + <center><div class="icon_container"><div class="icon">⏁</div></div></center> + <div> + <h2>Welcome to ZeroTier</h2> + <h4>Getting Started</h4> + <p>Networks are identified by 16-digit network IDs. If someone invited you to join theirs you probably received one. If not you can create your own at <a href="https://my.zerotier.com/">my.zerotier.com</a> or by running <a href="https://github.com/zerotier/ZeroTierOne/tree/master/controller">running your own network controller</a>. + <p>Your computer is identified by a 10-digit ZeroTier address. You can find it at the top of the ZeroTier app's pull-down menu or by typing <span class="code">"sudo zerotier-cli info"</span> in a terminal window. This number is unique to your system and is how network administrators can recognize you. If someone invited you to a network, give them this ID so they can authorize you to join.</p> + <h4>Starting, Stopping, and Uninstalling</h4> + <p>The ZeroTier service is separate from the UI app and starts on system boot. The app can be started on login or only when needed. To stop the ZeroTier service use:<br><br> + <span class="code">sudo launchctl unload /Library/LaunchDaemons/com.zerotier.one.plist</span><br><br> + Replace "unload" with "load" to start it again.</p> + <p>ZeroTier can be uninstalled with:<br><br> + <span class="code">sudo '/Library/Application Support/ZeroTier/One/uninstall.sh' + </p> + <p><b>For more information, visit <a href="http://www.zerotier.com">zerotier.com</a>.</b></p> + </div> +</body> </html>
\ No newline at end of file |