diff --git a/neode-ui/src/views/server/FipsNetworkCard.vue b/neode-ui/src/views/server/FipsNetworkCard.vue index 099b00a0..2fc44e50 100644 --- a/neode-ui/src/views/server/FipsNetworkCard.vue +++ b/neode-ui/src/views/server/FipsNetworkCard.vue @@ -24,6 +24,21 @@
{{ status.version || '—' }}
Package not installed
++ Without the anchor, DHT routing to unknown npubs can't bootstrap; federation + messaging will fall back to Tor until it reconnects. +
+FIPS npub
@@ -66,6 +81,8 @@ interface FipsStatus { service_active: boolean key_present: boolean npub: string | null + authenticated_peer_count?: number + anchor_connected?: boolean } const status = ref