Releases: modal-labs/vprox
v1.0.3
v1.0.2
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
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
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
- Support automatic discovery of IPs from AWS metadata by @jeffreymeng in #3
- Client status detection and automatic reconnecting by @jeffreymeng in #4
- Add Jeffrey to README by @ekzhang in #5
New Contributors
- @jeffreymeng made their first contribution in #3
- @ekzhang made their first contribution in #5
Full Changelog: https://github.com/modal-labs/vprox/commits/v1.0.0