From 6298cf4fe10d6ebf52fb5d077d85a0e5d49e12f6 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 18 Jul 2026 13:39:21 -0700 Subject: [PATCH] Update README with cloudflared fallback token details --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7523f38..a0d4459 100644 --- a/README.md +++ b/README.md @@ -805,6 +805,7 @@ AetherForge is optimized for large-scale fleet management: - **SQLite WAL & Connection Pooling:** WAL mode is enabled and connection pool is set to 4 concurrent read/write connections to eliminate database locking under heavy stats load. - **Granular Dashboard Subscriptions:** Subsections use dedicated React context selectors and memoized components to prevent cascading re-renders on stats updates. - **Dynamic Config Overrides:** Spawning processes allow dynamic C2 URL, worker name, and fleet secret environment overrides. +- **Out-of-the-Box Cloudflare Tunnels:** The USB portable launcher builds with a built-in fallback Cloudflare tunnel token to enable remote routing immediately. ---