From a5054d7f33bdd5a6011a158f50d27245819267a6 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sat, 7 Mar 2026 14:24:27 +0100 Subject: [PATCH] docs: Update WIP.md with lldh360 and cybaxe vhosts fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - lldh360.maegia.tv: Fixed mitmproxy routes (127.0.0.1 → 192.168.255.1) - cybaxe.gk2.secubox.in: Changed port from 9000 to 9004 (Lyrion conflict) - Restored HAProxy config from backup after haproxyctl generate corruption Co-Authored-By: Claude Opus 4.5 --- .claude/WIP.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.claude/WIP.md b/.claude/WIP.md index c1ecd4f6..f8e117f8 100644 --- a/.claude/WIP.md +++ b/.claude/WIP.md @@ -1,6 +1,6 @@ # Work In Progress (Claude) -_Last updated: 2026-03-07 (Mitmproxy Port Fix, Vhosts Recovery)_ +_Last updated: 2026-03-07 (lldh360 + cybaxe Vhosts Fix)_ > **Architecture Reference**: SecuBox Fanzine v3 — Les 4 Couches @@ -10,6 +10,18 @@ _Last updated: 2026-03-07 (Mitmproxy Port Fix, Vhosts Recovery)_ ### 2026-03-07 +- **lldh360.maegia.tv Routing Fix** + - Fixed mitmproxy routes: 127.0.0.1 → 192.168.255.1 (all 187 routes updated) + - Disabled SSL redirect (DNS record doesn't exist yet for ACME) + - Restored HAProxy config from backup (haproxyctl generate was corrupted) + - Site now accessible via HTTP on port 9003 + +- **cybaxe.gk2.secubox.in Port Conflict Fix** + - Changed port from 9000 to 9004 (9000 reserved for Lyrion Music Server) + - Updated metablogizer, HAProxy backend, and mitmproxy routes + - Created placeholder index.html (site content needs gitea sync) + - Site now accessible via HTTPS + - **Mitmproxy-in Port Conflict Fix** - Changed mitmproxy-in WAF port from 8889 to 8890 - Port 8889 conflicted with avatar-tap Streamlit service