hashiverse-server-lib 1.0.7

Hashiverse server library — production node implementation (HTTPS + ACME, Kademlia routing, DDoS protection, on-disk persistence) for your open-source decentralized X/Twitter replacement.
1
2
3
4
5
6
7
//! # Kernel-level DDoS protection for production servers
//!
//! The production `DdosProtection` implementation that escalates bans from
//! in-RAM scoring to Linux `ipset` + `iptables`, dropping offending traffic at
//! the kernel before it ever touches userspace.

pub mod ipset_ddos;