rdns-server 1.17.21

A high-performance, security-focused DNS server written in Rust
1
2
3
4
5
6
pub mod entry;
pub mod fast_store;
#[allow(dead_code)]
pub mod store;

pub use fast_store::FastCacheStore as CacheStore;