fix(PortProxy): Improve TLS handshake buffering and enhance debug logging for SNI forwarding in PortProxy

This commit is contained in:
2025-03-11 03:48:10 +00:00
parent 0ea0f02428
commit d6022c8f8a
3 changed files with 55 additions and 5 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.31.0',
version: '3.31.1',
description: 'A powerful proxy package that effectively handles high traffic, with features such as SSL/TLS support, port proxying, WebSocket handling, and dynamic routing with authentication options.'
}