Skip to content

osmRouter v1.1.0

Choose a tag to compare

@aivfkesavan aivfkesavan released this 04 Jun 19:37
· 17 commits to main since this release

osmRouter CLI v1.1.0

New:

  • Raw TCP tunnelsosmrouter tcp 5432 exposes a TCP service (databases, SSH, game servers) at tunnel.<domain>:<port>.
  • Basic AuthOSM_BASIC_AUTH=user:pass osmrouter http 8080 gates 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          # Windows

SHA-256 checksums are in checksums.txt; the installers verify them automatically.