Releases: sandialabs/wiretap
Releases · sandialabs/wiretap
v0.3.0 Multihop Support
What's Changed
- Mutihop support! Chain together an arbitrary number of servers by @luker983 in #10
- All Wiretap tunnels now require 2 WireGuard interfaces, this enables end-to-end encrypted tunnels that scale well across many nodes
- New
--outboundflag allows client to initiate handshake - Demo environment updated with an extra network for testing the new architecture
- New logo and diagrams
- New
statuscommand to view the layout of the Wiretap network - New
add serverandadd clientcommands to add new server and client nodes - Now requires >=go1.20
- Significant performance improvements thanks to upstream wireguard-go changes
Full Changelog: v0.2.1...v0.3.0
v0.2.1 Comma-Separated AllowedIPs
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0 New ways to pass `serve` arguments
What's Changed
- Animated SVG by @luker983 in #2
- Fix indentation in SVGs, update source files, and add diagram for pee… by @luker983 in #3
- Bump golang.org/x/net from 0.2.0 to 0.7.0 in /src by @dependabot in #6
- Add --config-file to
serveby @DennyDai in #7
New Contributors
- @luker983 made their first contribution in #2
- @dependabot made their first contribution in #6
- @DennyDai made their first contribution in #7
Full Changelog: v0.1.0...v0.2.0
v0.1.0 Initial Release 🎉
New Contributors
- @luker983 made their first contribution