fix(PortProxy/SNI): Refactor SNI extraction in PortProxy to use the dedicated SniHandler class

This commit is contained in:
2025-03-11 17:01:07 +00:00
parent d81cf94876
commit 87d26c86a1
5 changed files with 354 additions and 200 deletions

View File

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