Releases: mmatczuk/go-http-tunnel
Releases · mmatczuk/go-http-tunnel
2.1
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 whenroot_ca
is empty - Removal of
log-to
flag, everything is logged tostderr
- Panics replaced by errors in the library
- Release builds do not contain debug symbols
Thanks you @goriccardo for your contributions!
v.2.0
- 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.