github aeroxy/tunnix 0.1.2
tunnix v0.1.2

latest releases: 0.2.3, 0.2.2, 0.2.1...
one month ago

Features

  • Customizable /health response — The response body is no longer hardcoded. Set health_response in the server config to return whatever you like (e.g. "healthy", "alive"). Default changed from "tunnix server ok" to "ok".

  • Default GET / matches /health — When neither root_redirect nor root_html is configured, the root endpoint now returns the same body as /health instead of a separate hardcoded string.

  • Client-side health validation — New health_expected client config field (default "ok"). The client checks that the server's /health response matches this value and fails fast with a clear error if it doesn't — catches wrong server URLs or misconfigured proxies before the tunnel is established.

Config changes

[server]
# health_response = "ok"   # default

[client]
# health_expected = "ok"   # default

Don't miss a new tunnix release

NewReleases is sending notifications on new releases.