Skip to content

Releases: mmatczuk/go-http-tunnel

2.1

29 Nov 21:49
Compare
Choose a tag to compare

Changes:

  • Fix for missing client certificates (#43)
  • Keepalive enabled for all the TCP connections
  • Introduction of root_ca flag
  • Server clients flag is now optional, by default any client can connect
  • Client insecure_skip_verify flag removed, the behavior is automatically on when root_ca is empty
  • Removal of log-to flag, everything is logged to stderr
  • Panics replaced by errors in the library
  • Release builds do not contain debug symbols

Thanks you @goriccardo for your contributions!

v.2.0

24 Nov 11:18
Compare
Choose a tag to compare
  • Fixed TCP keepalive issues
  • Fixed HTTP redirect issues
  • Added root CA option to check server certificate
  • Internal control message was changed
  • Default tunnel port was set to 5223

Remember to update both client and server.

Special thanks to @goriccardo for contributions.

v.1.2

20 Nov 10:52
Compare
Choose a tag to compare

Bugfix release.

v.1.1

24 Aug 07:23
Compare
Choose a tag to compare

Bugfix release.

v.1.0

20 Feb 16:14
Compare
Choose a tag to compare
Merge pull request #13 from mmatczuk/mmt/readme_update

Readme update