github lance0/xfr v0.9.5

6 hours ago

Added

  • TCP --cport support (#44) — --cport now pins client-side TCP data-stream source ports for ECMP load balancing and strict egress firewall scenarios. Multi-stream TCP (-P N) uses sequential ports (cport, cport+1, ..., cport+N-1), matching existing UDP behavior.
  • Nix flake (#46) — nix run github:lance0/xfr or nix develop for a dev shell. Thanks to @deephack1982 for the contribution!

Changed

  • TCP --cport semantics — TCP control connection remains on an ephemeral source port while data streams use the requested port or range. TCP data binds now match the remote address family (dual-stack fix). Overlap between control and data ports is detected and rejected.

Full Changelog: v0.9.4...v0.9.5

Don't miss a new xfr release

NewReleases is sending notifications on new releases.