Q&A

Is my Linux distribution supported?

We don't run tests against all possible Linux distributions. Only the most popular ones, such as RedHat/CentOS and Debian/Ubuntu. The compiled binary is supposed to run on most (or all) Linux distributions. If you experience crashes or os-related issues, please contact us with details.

DNSSEC Support?

Not yet. It is on top of the roadmap.

Is DnsNM Open Source?

Not at this time, but probably at some point.

What are the capacity limits?

As of today, no real capacity tests were ran. The development environment holds a couple hundred zones in two views with no difficulites at all. Serious capacity tests will follow soon.

What programming langugage is DnsNM built with?

Both the frontend and the backend of DnsNM are built in pure JavaScript. The frontend is built with Facebooks React Framework. The backend and webserver is implemented with NodeJS and Express. The PKG module wraps the whole project into a dependency-free binary.