You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update to go 1.22 and use multilistener (#298)
* Update to go 1.22 and use multilistener
* Update
* Updates
* Set ports for tcp addresses properly
* Fix address separator
* Fixes
* Update multilistener
* Cleanup rogue log
Initial work on private aliases (#291)
* Initial work on private aliases
* Ensure the current user is allowed to access the alias
* Print the self ssh fingerprint
* Add pubkeyfingerprint to alias log line
* Start conn with self allowed for tcp aliases
* Cleanup
Updated go deps and general package work (#279)
* Updated go deps and general package work
* Update used go version to 1.21
* feat: wildcard support
* Fixed lint
* feat: auto redirect to https
* Use proper hostname in redirect
* Add wildcards to sni proxy
* Ensure wildcard isn't too greedy and fix sni on https port
* Code cleanup
---------
Co-authored-by: Son Nguyen <[email protected]>