Bug Fixes
- Tailscale funnel routing: Proxy now routes requests addressed to a route's Tailscale funnel or serve hostname, so
--funneland--tailscaleapps reached at<device>.ts.netno longer return a 404, including when several apps share one hostname on different ports. (#352) - IPv6-only dev servers return 502: Proxy now dials upstreams over both loopback families, fixing 502s when a dev server binds
::1only, such as Vite on Node 17+. (#353) - Worktree prefix in multi-app mode: Bare
portlessin a monorepo worktree now applies the branch prefix in multi-app mode as it already did for single apps, so hostnames no longer collide across worktrees. (#355)