Files
frp/Release.md
Devin AI 42ab43374f Fix SSH tunnel gateway binding address issue #4900
- Fix SSH tunnel gateway incorrectly binding to proxyBindAddr instead of bindAddr
- This caused external connections to fail when proxyBindAddr was set to 127.0.0.1
- SSH tunnel gateway now correctly binds to bindAddr for external accessibility
- Update Release.md with bug fix description

Co-Authored-By: fatedier <fatedier@gmail.com>
2025-07-28 07:14:17 +00:00

256 B

Features

  • Support tokenSource for loading authentication tokens from files

Fixes

  • Fix SSH tunnel gateway incorrectly binding to proxyBindAddr instead of bindAddr, which caused external connections to fail when proxyBindAddr was set to 127.0.0.1