Highly Available, Secure and Reliable DNS Server, Set up in Minutes.
Gunner is a Highly Available, Secure and Reliable DNS Server. It provides features like Web Dashboard, REST API, Load Balancing, DNS Notify, Dynamic Update, Split DNS, IPv6, and more.
Download the latest gunner binary. Make it executable from everywhere.
$ export GUNNER_LATEST_VERSION=$(curl --silent "https://api.github.com/repos/Clivern/Gunner/releases/latest" | jq '.tag_name' | sed -E 's/.*"([^"]+)".*/\1/' | tr -d v)
$ curl -sL https://github.com/Clivern/Gunner/releases/download/v{$GUNNER_LATEST_VERSION}/gunner_{$GUNNER_LATEST_VERSION}_Linux_x86_64.tar.gz | tar xz
Then install etcd cluster or single node, please refer to etcd docs or bin directory inside this repository.
For more in depth explaination how gunner single and multi (cluster) setup works, Please check this document.
For transparency into our release cycle and in striving to maintain backward compatibility, Gunner is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Gunner. It contains summaries of the most noteworthy changes made in each release. Also see the Milestones section for the future roadmap.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/gunner/issues
If you discover a security vulnerability within Gunner, please send an email to [email protected]
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2022, Clivern. Released under MIT License.
Gunner is authored and maintained by @clivern.