| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-14 | 733 Bytes | |
| v0.15.2 source code.tar.gz | 2026-07-14 | 636.3 kB | |
| v0.15.2 source code.zip | 2026-07-14 | 711.6 kB | |
| Totals: 3 Items | 1.3 MB | 0 | |
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)
Contributors
- @Railly
- @ahfoysal