Skip to content

Releases: sandialabs/wiretap

v0.4.2 Bug Fixes

12 Nov 02:50
920d8ab
Compare
Choose a tag to compare

What's Changed

  • Fix UDP conn cleanup by @luker983 in #31
  • Fix type conversion found by CodeQL
  • Updates for Go 1.21

Full Changelog: v0.4.1...v0.4.2

v0.4.1 Add Client to Any Server

19 Oct 21:57
0b6d6e5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Reverse Port Forwarding

18 Jul 17:54
1ddf48b
Compare
Choose a tag to compare

What's Changed

  • Peformance improvements, bug fixes, and reverse port forwarding by @luker983 in #23
  • Reduced memory usage
  • Option to disable IPv6
  • Fix connection timeout flag
  • Static reverse forwarding through expose subcommand
  • Dynamic reverse forwarding via SOCKS5 through expose subcommand
  • "main" config file renamed to wiretap.conf (wiretap_e2ee.conf in normal mode, wiretap_relay.conf in simple mode. wiretap_relay.conf stays the same in normal mode)

Full Changelog: v0.3.1...v0.4.0

v0.3.1 Simple Mode

09 Jun 15:29
c8860da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Multihop Support

06 Apr 22:59
d712407
Compare
Choose a tag to compare

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 --outbound flag allows client to initiate handshake
  • Demo environment updated with an extra network for testing the new architecture
  • New logo and diagrams
  • New status command to view the layout of the Wiretap network
  • New add server and add client commands 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

23 Mar 17:31
3ba1027
Compare
Choose a tag to compare

What's Changed

  • Change StringSlice -> String for Viper consistency by @luker983 in #8

Full Changelog: v0.2.0...v0.2.1

v0.2.0 New ways to pass `serve` arguments

23 Mar 14:58
54d3df4
Compare
Choose a tag to compare

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 serve by @DennyDai in #7

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0 Initial Release 🎉

19 Nov 00:45
2c65e18
Compare
Choose a tag to compare

New Contributors