So I built tunn — a lean Go tool that feels like docker-compose, but for SSH tunnels. You define your services in a YAML file and run all your tunnels concurrently with one command. • Written in Go (only depends on yaml) • Simple log output, clean CLI • Supports grouping services and running selectively
GitHub: https://github.com/strandnerd/tunn
I’d love feedback, feature requests, and ideas for improving DX!