Skip to main content

fips_core/gateway/
mod.rs

1//! Outbound LAN gateway.
2//!
3//! Allows unmodified LAN hosts to reach FIPS mesh destinations via
4//! DNS-allocated virtual IPs and kernel nftables NAT.
5
6pub mod control;
7pub mod dns;
8pub mod nat;
9pub mod net;
10pub mod pool;