• v2.1.9+rs.1 670d338184

    v2.1.9+rs.1
    All checks were successful
    Rust CI / Format, lint, and test (push) Successful in 56s
    Build and publish container image / Build linux/arm64 image (push) Successful in 3m20s
    Stable

    gofix released this 2026-05-03 18:27:07 +00:00 | 19 commits to master since this release

    First stable Rust port build retargeted at upstream portal-tunnel v2.1.9. This remains scoped to the relay-server replacement surface.

    Container image

    docker pull code.rly.best/gofix/portal-tunnel-rs:v2.1.9-rs.1
    

    The git tag is v2.1.9+rs.1; the OCI image tag substitutes + with - because OCI tags do not allow +. Published images are linux/arm64 only.

    Compatibility

    Validated against the official upstream portal v2.1.9 client and upstream Go relay tag v2.1.9 for HTTP SNI passthrough, raw TCP, UDP datagrams, lease renew/unregister lifecycle, API/discovery shape, lease JWT verification, and live explicit 3-hop relay interop with rly.best as the middle hop.

    Client CLI/SDK and other non-relay components remain out of scope. See docs/unsupported-features.md for the support matrix.

    Versioning

    Releases follow v<upstream>+rs.<n>: the leading version pins the upstream portal-tunnel release this build is compatible with, and rs.<n> is the Rust port build counter for that upstream version.

    Downloads