Merge PR #125: FIPS last-known-good endpoint fallback for direct peering

LAN -> last-known-good -> anchor-tree escalation, npub-keyed endpoint store
persisted with 30-day retention.
This commit is contained in:
archipelago
2026-08-05 12:22:22 -04:00
4 changed files with 288 additions and 0 deletions
+1
View File
@@ -29,6 +29,7 @@ pub mod anchors;
pub mod app_ports;
pub mod config;
pub mod dial;
pub mod endpoints;
pub mod iface;
pub mod service;
pub mod telemetry;