Skip to content

Releases: boronine/h2tunnel

v0.3.1

11 Nov 21:42
Compare
Choose a tag to compare
  • Add IPv6 support
  • Add Node.js v18 support

v0.3.0

04 Nov 02:58
Compare
Choose a tag to compare
  • Support tunneling half-closed TCP connections, these are sometimes killed by middleboxes but they will be safe in h2tunnel
  • Remove mux/demux port configuration, instead take a random port assigned by the OS
  • Allow specifying the origin host for advanced use cases, default is localhost

v0.2.0

24 Oct 06:32
Compare
Choose a tag to compare
  • Tunnel TCP instead of HTTP1, supporting a wide range of protocols
  • Prevent double TLS encryption by using Node.js unencrypted HTTP2 connection
  • Lots of testing improvements
  • Reduce code size to <500 LOC

v0.1.1

17 Oct 11:13
Compare
Choose a tag to compare

Ironed out some stability quirks using better tests. Stay tuned for extensive testing using simulated bad networks!

Full Changelog: v0.1.0...v0.1.1