github valnesfjord/tg-ws-proxy-rs v1.6.3

latest release: v1.6.4
6 hours ago

fix: bind and link address now agree when --host is omitted

Summary

  • Config::bind_host() now binds 0.0.0.0 when --host is omitted and a LAN IP can be auto-detected, so the address advertised in the tg:// link (link_host()) is actually reachable instead of only bindable on loopback. Explicit --host is still respected exactly as before.
  • Startup banner now prints the crate version (tg-ws-proxy-rs vX.Y.Z), addressing the secondary request in the issue.
  • Added AGENTS.md documenting the project layout and conventions for coding agents.
  • Bumped Cargo.toml/Cargo.lock to 1.6.3 (required by CI's version-bump check).

Fixes #82

Don't miss a new tg-ws-proxy-rs release

NewReleases is sending notifications on new releases.