nanodns 1.0.6

A lightweight DNS server for internal networks — configured with a single JSON file
Documentation
1
2
3
4
5
6
7
8
//! NanoDNS library — exposed for integration testing.
pub mod cache;
pub mod config;
pub mod dns;
pub mod error;
pub mod mgmt;
pub mod server;
pub mod sync;