You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Luke Souter b0ba0d7227 Update README.md 6 months ago
.github add 'apt update' to validation action, as prior runs have started failing due to a stale package cache 8 months ago
artwork Added 90x90 AppIcon 7 years ago
attic Rename C25519.* to ECC.* 2 years ago
ci new drone bits 3 years ago
controller ctl changes for cv1 os/arch reporting 7 months ago
debian Version increments. 1 year ago
doc Fix minor spelling errors in docs 2 years ago
ext Merge pull request #2482 from zerotier/otel 7 months ago
include Windows build fixes from clang-format, disable for Windows include order 8 months ago
java Thread might actually be detached, so need to handle that 2 years ago
node Merge changes from dev 8 months ago
osdep Merge branch 'dev' into dev-extosdep 9 months ago
pkg Merge branch 'dev' into ChrisCarini/addArchToSynologyDSM7 2 years ago
rule-compiler 1.14.0 version bump for Linux and macOS, date update. 2 years ago
rustybits Rust warning removal, clippy allows, update library versions. 8 months ago
service Merge pull request #2482 from zerotier/otel 7 months ago
tcp-proxy clang-format this branch to match dev 9 months ago
windows Update incllude path for Windows builds to include otel api headers 8 months ago
.clang-format clang-format this branch 9 months ago
.clangd Rename ECC key and signature size defines to be generic. 2 years ago
.dockerignore can now build centos8 docker container with Redis support 6 years ago
.gitattributes force eol=crlf for driver .inf files 5 years ago
.gitignore windows installer changes: add auto-startup shortcut for UI and auto-restart backend on failure 8 months ago
CMakeLists.txt Removed build flag in CMake script 8 years ago
COPYING clean out some stuff 2 years ago
Dockerfile.ci more RELEASE-NOTES 5 years ago
Dockerfile.release add `make docker-release` command & update dockerfile 1 year ago
LICENSE.txt Merge branch 'dev' into 1.14.0 2 years ago
Makefile clang-format 9 months ago
OFFICIAL-RELEASE-STEPS.md clean out some stuff 2 years ago
README.docker.md Allow setting local.conf content from Docker environment variable 12 months ago
README.md Update README.md 6 months ago
RELEASE-NOTES.md Version increments. 1 year ago
SECURITY.md Update security readme. 2 years ago
cycle_controllers.sh add application_name to pgbouncer connectio string 7 years ago
entrypoint.sh.release Allow setting local.conf content from Docker environment variable 12 months ago
make-bsd.mk Add prometheus metrics for Central controllers (#1969) 3 years ago
make-linux.mk fixes for otel in non-controller build 8 months ago
make-mac.mk include the otel header-only part directly for ease of use 8 months ago
make-netbsd.mk fix RTF_MULTICAST and g++ -w 9 years ago
objects.mk inheritence mess cleanup 8 months ago
one.cpp Merge branch 'dev' into dev-extosdep 8 months ago
selftest.cpp self test fixes 9 months ago
update_controllers.sh update docker registry used 7 years ago
version.h instantiate and configure otel for controllers 8 months ago
windows-clean.bat Revise Windows build to VS2022. 4 years ago
zerotier-cli-completion.bash Create a bash completion script. 6 years ago
zerotier-one.spec Version increments. 1 year ago

README.md

ZeroTier - Global Area Networking

ZeroTier - Global Area Networking

ZeroTier is a smart programmable Ethernet switch for planet Earth. It allows all networked devices, VMs, containers, and applications to communicate as if they all reside in the same physical data center or cloud region.

This is accomplished by combining a cryptographically addressed and secure peer-to-peer network (termed VL1) with an Ethernet emulation layer somewhat similar to VXLAN (termed VL2). Our VL2 Ethernet virtualization layer includes advanced enterprise SDN features like fine grained access control rules for network micro-segmentation and security monitoring.

All ZeroTier traffic is encrypted end-to-end using secret keys that only you control. Most traffic flows peer-to-peer, though we offer free (but slow) relaying for users who cannot establish peer-to-peer connections.

Visit ZeroTier’s site or ZeroTier's documentation for more information and pre-built binary packages. Apps for Android and iOS are available for free in the Google Play and Apple app stores.

Project Layout

  • artwork/: icons, logos, etc.

  • attic/: old stuff and experimental code that we want to keep around for reference.

  • controller/: the reference network controller implementation, which is built and included by default on desktop and server build targets.

  • debian/: files for building Debian packages on Linux.

  • doc/: manual pages and other documentation.

  • ext/: third party libraries, binaries that we ship for convenience on some platforms (Mac and Windows), and installation support files.

  • include/: include files for the ZeroTier core.

  • java/: a JNI wrapper used with our Android mobile app.

  • node/: the ZeroTier virtual Ethernet switch core. Note: do not use C++11 features in here, since we want this to build on old embedded platforms.

  • osdep/: code to support and integrate with OSes, including platform-specific stuff only built for certain targets.

  • rule-compiler/: JavaScript rules language compiler for defining network-level rules.

  • service/: the ZeroTier One service, which wraps the ZeroTier core and provides VPN-like connectivity to virtual networks.

  • windows/: Visual Studio solution files, Windows service code, and the Windows task bar app UI.

  • zeroidc/: OIDC implementation used by ZeroTier service to log into SSO-enabled networks. (Written in Rust)

License

ZeroTier is licensed under the BSL version 1.1. See LICENSE.txt and the ZeroTier pricing page for details. ZeroTier is free to use internally in businesses and academic institutions and for non-commercial purposes. Certain types of commercial use, such as building closed-source apps and devices based on ZeroTier or offering ZeroTier network controllers and network management as a SaaS service, require a commercial license.

A small amount of third-party code is also included in ZeroTier and is not subject to our BSL license. See AUTHORS.md for a list of third-party code, where it is included, and the licenses that apply to it. All of the third-party code in ZeroTier is liberally licensed (MIT, BSD, Apache, public domain, etc.).

Additional Resources