Skip to content

Releases: TONresistor/tonnet-proxy

v0.6.0

23 Mar 02:06

Choose a tag to compare

v0.5.1

09 Jan 15:17

Choose a tag to compare

Fixes

  • fix: Correct Content-Length mismatch on POST responses

    • tonutils-go bug caused HTTP 502 errors on POST requests with large bodies
    • Now correctly reconstructs response with proper Content-Length
  • security: Bind to localhost (127.0.0.1) by default instead of all interfaces

    • Prevents exposing the proxy to the local network
    • Use --listen 0.0.0.0:PORT to explicitly allow network access

v0.5.0

31 Dec 04:47

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

31 Dec 01:57

Choose a tag to compare

Full Changelog: v0.3.0...v0.4.0

v0.3.0

29 Dec 01:45

Choose a tag to compare

Initial public release