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
//! DNS packet handling — resolve local records, rewrite, or forward upstream.

pub mod packet;
pub mod resolver;
pub mod wildcard;

pub use resolver::Resolver;