Skip to content

Stowaway

Latest
Compare
Choose a tag to compare
@ph4ntonn ph4ntonn released this 29 Mar 07:36
· 21 commits to master since this release

👻 v2.2 is released~ Fix bugs & Add new features

BE AWARE

  • If you are trying to use admin on windows,plz make sure you have installed ansicon
  • And if you have any problems when using command shell,plz check the shell.go and read the annotation first!!! Maybe it can solve ur problems.

Update

  • 2021.10.1
  • 2022.1.23
  • 2022.4.8
    • Fix data loss bug when closing a short connection.Thanks to @lz520520
    • Add gzip function.Thanks to @lz520520
    • Optimize the key code
    • Fix some bugs
  • 2022.7.19
  • 2023.7.20
    • Add http proxy support
  • 2023.10.31
    • Replace compressed macos executable file with uncompressed one, since the system version newer than macOS Ventura(13.5) will make upx crash. Users can compress Stowaway themselves if necessary(Target MacOS system version must below 13.0). If you want to learn more, check the details upx/upx#612
  • 2024.3.28
    • Allow admin to exit when nothing connected 2ed667d
  • 2024.3.29
    • Enable TLS feature for the connection between nodes af059a7. Thanks to @lz520520
    • Socks can listen on specific interface b183e10
  • 2024.3.31
  • 2024.4.1
    • Enable WS for inter-node traffic e4b324d e48c50b This functionality is still lacking and requires further improvement. For now, it works well within the NGINX environment.
  • 2024.4.11
    • Fix nil pointer bug #61