Changelog
9ef78e9 fix windows build
53e72fe add udp support, massive refactor and more (see below)
- split out share/ package into multiple subpackages
- added share/compat.go to keep backward compatibility(ish)
- moved shared tunnelling logic from client/server packages into share/tunnel/
- added remote protocol "
: / ", currently supporting tcp and udp
- added an end-to-end test suite
- added TODO e2e tests as contribution targets
- added deep context integration for improved cleanup and cancellation
- added an end-to-end test suite