Norouter Versions Save

NoRouter: IP-over-Stdio. The easiest multi-host & multi-cloud networking ever. No root privilege is required.

v0.3.0

3 years ago

Changes

  • Add norouter --open-editor. norouter --open-editor opens an editor for a temporary manifest file, with an example manifest. (#11)
  • manifest: allow writing ["docker", "exec", ...] (string slices) as docker exec ... (strings) (#13)

Install

curl -o norouter --fail -L https://github.com/norouter/norouter/releases/download/v0.3.0/norouter-$(uname -s)-$(uname -m)
chmod +x norouter

About the binaries

The binaries were built automatically on GitHub Actions. See the log to verify SHA256SUMS. https://github.com/norouter/norouter/actions/runs/295255828

v0.2.0

3 years ago

Changes

Switched to a new protocol, which transfers bare L3 frames with our own header. The new implemenation uses netstack from gVisor & Fuchsia for TCP/IP.

This version of the protocol is incompatible with NoRouter v0.1.0. YAML manifest is compatible with v0.1.0.

Install

curl -o norouter --fail -L https://github.com/norouter/norouter/releases/download/v0.2.0/norouter-$(uname -s)-$(uname -m)
chmod +x norouter

About the binaries

The binaries were built automatically on GitHub Actions. See the log to verify SHA256SUMS. https://github.com/norouter/norouter/actions/runs/281792392

v0.1.0

3 years ago

The first release of NoRouter.

Install

curl -o norouter -L https://github.com/norouter/norouter/releases/download/v0.1.0/norouter-$(uname -s)-$(uname -m)
chmod +x norouter

About the binaries

The binaries were built automatically on GitHub Actions. See the log to verify SHA256SUMS. https://github.com/norouter/norouter/actions/runs/272926453