Spokes v1.3.1 and Client v0.11.1

Published at September 12, 2021 ·  8 min read

Tody we’ve published software updates to Spokes and the Packetriot client program to enable convenient access to distributed services hosted behind by other tunnels connected to a Spokes server. Access to external services can be mapped as well. These new features establish an application-level mesh network similar to what Envoy or Linkerd provide. This enables developers to write programs that can access ports on 127.0.0.1 and connect to the actual service running on a different network or on completely different compute infrastructure....

Spokes v1.2.2

Published at June 13, 2021 ·  2 min read

Revision v1.2.2 is a bug fix release. You can find updates on Packetriot.com, via our Linux package repos and Docker Hub. Chrome Browsers The server configuration page in the Spokes Dashboard had issues with form submissions for Chrome-based browsers. When users attempted to make changes in the Tunnel or Proxies configuration options, the browser would fail to submit them. The root cause is this different behavior when you have multiple forms on a page and use <button> as the mechanism to submit the form....

Spokes v1.2.1

Published at June 3, 2021 ·  6 min read

Release v1.2.1 introduces a built-in SOCKSv5 server. SOCKS is a simple protocol for relaying a TCP or UDP request to a destination server. It’s typically used to navigate traffic through a firewall. To summarize the protocol: a SOCKS server will receive a connection from a client and a request to connect to a host. The request includes the protocol (TCP or UDP), a destination, either a hostname or IP address, and the port for that host....

Spokes v1.2.0

Published at May 10, 2021 ·  5 min read

Release v1.2.0 introduce Webhook events and updates to the dashboard to allow more administration and configuration through the web-bases UI. You can now completely configure Spokes and manage users, tokens, tunnels and more in the Spokes dashboard! In addition, we’ve added service checks for the upstream application that are hosted behind tunnels. HTTP/S and TCP applications can be checked by Spokes to determine if the upstream service is running and accessible....