dnsink 0.3.0

A high-performance DNS proxy with threat intelligence, Shannon-entropy tunneling detection, and Prometheus metrics
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod bloom;
pub mod cdn_whitelist;
pub mod config;
pub mod entropy;
pub mod feeds;
pub mod metrics_server;
pub mod proxy;
pub mod ratelimit;
pub mod trie;
pub mod tui;