Skip to content

Releases: iPmartNetwork/RatholeTunnel

0.5.0-1

18 Jul 05:54
5a46160
Compare
Choose a tag to compare
Update iPmart.sh

v0.5.0

25 May 06:52
1897be0
Compare
Choose a tag to compare
  • feat(transport): add websocket transport by @rucciva
  • We dropped linux musl release to save the trouble of linking musl openssl. Now there's only one release for linux x64. Given that it's compiled on ubuntu-latest, the required glibc version should be decent for most users to use.
  • Because of the maintenance burden of linking TLS libraries, we don't compile the TLS feature in the release for embedded platforms anymore. If you need to use it, please build from the source by yourself. We will add it back when a pure rust tls library or a good cross-platform TLS libraries linking solution is available.
  • docs: non root user with systemd by @boenshao
  • chore: fix shield.io badge in README-zh.md by @shin