feat(SniHandler): Add session cache support and tab reactivation detection to improve SNI extraction in TLS handshakes

This commit is contained in:
2025-03-11 18:05:20 +00:00
parent 8196de4fa3
commit 29d28fba93
3 changed files with 313 additions and 25 deletions

View File

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