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.

22 lines
854 B

  1. # Nebula Manager
  2. [Nebula](https://github.com/slackhq/nebula) is a mesh overlay network project open sourced by Slack. The purpose of the project is to provide a way to run a NAT punching peer to peer UDP mesh overlay network. This design allows for a limited number of public servers to facilitate networking for clients and nodes behind NAT, and when failing to provide a direct connection fallback to proxying those network requests. It is similar in purpose to [ZeroTier](https://www.zerotier.com), but this project is open source.
  3. ## Purpose
  4. Provide tooling to manage the root CA, configuration, and provisioning of nodes and clients. This tool does not deploy or manage a network deployment, for that purpose look into []() with Ansible.
  5. ## Usage
  6. ```
  7. ```
  8. ## Contributing
  9. See CONTRIBUTING.md
  10. ## Acknowledgements
  11. ## License
  12. See LICENSE.txt