Skip to content

Releases: modal-labs/vprox

v1.0.3

08 Oct 11:41
v1.0.3
c25d855
Compare
Choose a tag to compare

What's Changed

  • Adds MSS rule to prevent failed SSL handshakes by @luiscape in #10

Full Changelog: v1.0.2...v1.0.3

v1.0.2

27 Jan 15:42
2e46050
Compare
Choose a tag to compare

Instances may have public IPs assigned after they are provisioned. The vprox server will fail to start if public IPs aren't yet assigned to the instance. This seems unnecessary because it doesn't need to know the public IP of the instance at all as far as I understand.

This change makes it easier to start vprox servers in ec2 instances with multiple ENIs but no public IPs, and then assign public IPs later. (AWS doesn't let you automatically assign public IPs if an instance is launched with multiple ENIs so there's a period in which we have no public IPs.)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

02 Oct 03:48
ea2c646
Compare
Choose a tag to compare

What's Changed

  • Fix bug where starting with --ip causes immediate exit by @jeffreymeng in #6

Full Changelog: v1.0.0...v1.0.1

v1.0.0

27 Sep 19:06
cdba66b
Compare
Choose a tag to compare

This is the initial release of vprox, a high-performance network proxy acting as a split tunnel VPN. It's built on WireGuard and runs on Linux machines by creating a network interface that forwards Internet traffic through the other machine via an encrypted tunnel.

What's Changed

New Contributors

Full Changelog: https://github.com/modal-labs/vprox/commits/v1.0.0