fix(tls/sni): Improve logging for TLS session resumption by extracting and logging SNI values from ClientHello messages.

This commit is contained in:
2025-03-12 10:01:54 +00:00
parent 156abbf5b4
commit ab1ec84832
4 changed files with 52 additions and 5 deletions

View File

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