v0.64.0

fatedier/frpv0.64.0Aug 10, 2025by fatedier

AI Summary

This release adds tokenSource support for loading authentication tokens from files and fixes an SSH tunnel gateway binding issue that caused external connections to fail.

Key Highlights

  • Support tokenSource for loading authentication tokens from files
  • Fixed SSH tunnel gateway binding to proxyBindAddr instead of bindAddr

New Features

  • tokenSource support for loading authentication tokens from files

Full Release Notes

## 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.