π First alpha release since forked from https://github.com/mmatczuk/go-http-tunnel
Changelog
- β Merge 2 binaries to a single binary, and add subcommands
server
andclient
- π± Remove HTTP proxy feature to focus on only TCP (TCP feature covers HTTP)
- π Update CLI options and config file format
- Remove protocol
http
andsni
, support onlytcp
- Move TLS configurations to CLI options (this is the same as server)
- Remove protocol
- π Update Go version
- π Update dependencies
- github.com/cenkalti/backoff v2 -> v4
- golang.org/x/net v0.0.0-20171123081856-c7086645de24 -> v0.0.0-20220225172249-27dd8689420f
- and more
- β Remove old dependencies for downsizing
- github.com/calmh/luhn
- github.com/felixge/tcpkeepalive
- github.com/inconshreveable/go-vhost
- π³ Package as Docker image
- βΈ Add Helm charts
- β Add GitHub Actions