feat(proxy): support LAN mode with mDNS#430
Conversation
Greptile SummaryThis PR adds LAN mode to the pitchfork reverse proxy, allowing other devices on the local network to reach registered daemons via
Confidence Score: 5/5Safe to merge; the new LAN / mDNS path is additive and disabled by default, so existing behaviour is unchanged for users who do not set proxy.lan or proxy.lan_ip. The feature is opt-in and the shutdown sequence correctly aborts the monitor task and sends mDNS goodbye packets before the proxy task exits. The two inline suggestions are minor observability and ordering improvements, not correctness blockers. src/supervisor/mod.rs (shutdown ordering of monitor task vs. publisher lock) and src/proxy/server.rs (silent LAN bind override). Important Files Changed
Reviews (3): Last reviewed commit: "feat(proxy): support mdns" | Re-trigger Greptile |
No description provided.