Turn your local network into a hardened enclave fortress
The main goal of this component is to control the firewall rules of the underlying firewall controller. Rules are taken from the identity providers to which the component is attached. Every identity provider has two tables related to every Opener component - “identity to public IP” and “identity to ports opened to this identity”. These tables are used for rules generation on the Identity Provider side Then, the rule set is retrieved by the opener and applied on the underlying firewall.
You want to learn more about how you can use NetClave to protect your local network? Learn about all our Products. Or checkout our whitepaper! NetClave whitepaper
- 🖥 Install a server by yourself on your own hardware
Enterprise? Public Sector or Education user? You may want to have a look into NetClave Services provided by Blackvisor LTD.
You can also get support for NetClave!
There are many ways to contribute, of which development is only one! Find out how to get involved, including as translator, designer, tester, helping others and much more! 😍
You can download our Docker container images at https://hub.docker.com/u/netclave
- Golang
- Git
- Make
Just run the following command:
makeThe generated binaries can be found in ./bin directory
All contributions to this repository are considered to be licensed under the Apache 2 or any later version.
NetClave doesn't require a CLA (Contributor License Agreement). The copyright belongs to all the individual contributors. Therefore we recommend that every contributor adds following line to the header of a file, if they changed it substantially:
@copyright Copyright (c) <year>, <your name> (<your email address>)
More information how to contribute: https://www.blackvisor.io/contributors/