diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-29 18:23:41 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-29 18:23:41 -0700 |
commit | e2fc20876d1f171b1d3f1bfabb9fc23fb8455a5a (patch) | |
tree | 4bd19477ed380c93b50a27d8217af4db8d6aff44 /README.md | |
parent | d6c0d176ee3bc71f25105503e807a7fe0d45674a (diff) | |
download | infinitytier-e2fc20876d1f171b1d3f1bfabb9fc23fb8455a5a.tar.gz infinitytier-e2fc20876d1f171b1d3f1bfabb9fc23fb8455a5a.zip |
docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -166,6 +166,10 @@ If you're interested, there's a [technical deep dive about NAT traversal on our If a firewall between you and the Internet blocks ZeroTier's UDP traffic, you will fall back to last-resort TCP tunneling to rootservers over port 443 (https impersonation). This will work almost anywhere but is *very slow* compared to UDP or direct peer to peer connectivity. +### Contributing + +There are three main branches: **edge**, **test**, and **master**. Other branches may be for specific features, tests, or use cases. In general **edge** is "bleeding" and may or may not work, while **test** should be relatively stable and **master** is the latest tagged release. Pull requests should generally be done against **test** or **edge**, since pull requests against **master** may be working against a branch that is somewhat out of date. + ### License The ZeroTier source code is open source and is licensed under the GNU GPL v3 (not LGPL). If you'd like to embed it in a closed-source commercial product or appliance, please e-mail [contact@zerotier.com](mailto:contact@zerotier.com) to discuss commercial licensing. Otherwise it can be used for free. |