improve random TLS certificate generation (#4923)

This commit is contained in:
fatedier
2025-08-10 22:59:28 +08:00
committed by GitHub
parent dc3bc9182c
commit 024e4f5f1d
2 changed files with 31 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
## Features
* Support tokenSource for loading authentication tokens from files
* 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
* 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.