Skip to content

v0.0.2

Choose a tag to compare

@github-actions github-actions released this 24 Mar 15:46
· 9 commits to main since this release

Changelog

  • 3fc4e8e Refactor HandleChannels: extract channel relay logic into separate relayChannel function for clarity
  • c164503 Fix method receiver for HandleChannels: update to use Server receiver in SSH handling
  • 3a9adff Refactor SSH server integration: update connection handling and streamline server configuration
  • 03923eb Fix variable naming in Run function: rename proxyConn to clientConn for clarity
  • 0e77d2f Refactor Start function: pass ssh configuration to server and remove redundant config creation
  • dc2e21f Refactor websocket handling: remove proxy method and streamline upgrade logic
  • dcae295 Update README.md: standardize JSON keys in configuration example