Go Http Tunnel Versions Save

Fast and secure tunnels over HTTP/2

2.1

6 years ago

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

6 years ago
  • 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

6 years ago

Bugfix release.

v.1.1

6 years ago

Bugfix release.

v.1.0

7 years ago