1//! # Server-only helpers
2//!
3//! Utilities specific to running a public server node — public-IP discovery for
4//! self-advertising the peer address, SSRF-safe IP validation for any
5//! server-initiated outbound fetch, and the graceful-shutdown hook.
67pub mod tools;