feat(PortProxy): Improve TLS handshake SNI extraction and add session resumption tracking in PortProxy

This commit is contained in:
2025-03-11 03:16:04 +00:00
parent 98b7f3ed7f
commit 55f25f1976
3 changed files with 243 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.30.8',
version: '3.31.0',
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.'
}