Rathole Versions Save

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.

v0.3.10

2 years ago

What's Changed

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.9...v0.3.10

v0.3.9

2 years ago

What's Changed

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.8...v0.3.9

v0.3.8

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.7...v0.3.8

v0.3.7

2 years ago

What's Changed

This release contains various reliability improvement, including tweaking keepalive parameters to detect dead connections in time.

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.4...v0.3.7

v0.3.4

2 years ago

What's Changed

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.3...v0.3.4

v0.3.3

2 years ago

What's Changed.

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.2...v0.3.3

v0.3.2

2 years ago

What's Changed

This release comes with a Docker image. Thanks for everyone giving feedback & opening PRs!

New Contributors

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.1...v0.3.2

Note

For explanation of architectures, refer to rustc Platform Support

v0.3.1

2 years ago

What's Changed

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.3.0...v0.3.1

Notes

rathole-x86_64-unknown-linux-gnu links against glibc 2.11+, if you run a linux distribution with an older glibc, use rathole-x86_64-unknown-linux-musl

For the explanation of target triples, refer to rustc's platform support

v0.3.0

2 years ago

What's Changed

Full Changelog: https://github.com/rapiz1/rathole/compare/v0.2.0...v0.3.0

Notes

rathole-linux-amd64 is linked against glibc that comes with latest ubuntu. If you need a binary that runs with older glibc, you need to compile it for yourself, or wait for the next release.