osmRouter v1.1.0
osmRouter CLI v1.1.0
New:
- Raw TCP tunnels —
osmrouter tcp 5432exposes a TCP service (databases, SSH, game servers) attunnel.<domain>:<port>. - Basic Auth —
OSM_BASIC_AUTH=user:pass osmrouter http 8080gates an HTTP tunnel behind a username and password. - Windows binaries + a PowerShell installer (
irm https://osmrouter.com/install.ps1 | iex).
Install:
curl -fsSL https://osmrouter.com/install.sh | sh # macOS / Linux
irm https://osmrouter.com/install.ps1 | iex # WindowsSHA-256 checksums are in checksums.txt; the installers verify them automatically.