lazydns 0.3.20

A light and fast DNS server/forwarder implementation in Rust
Documentation
1
2
3
4
5
6
7
8
//! API routes for WebUI

#[cfg(feature = "admin")]
pub mod admin;
pub mod audit;
pub mod config_dump;
pub mod dashboard;
pub mod metrics;