feat(PortProxy): Add SNI-based renegotiation handling in PortProxy

This commit is contained in:
2025-02-27 20:59:29 +00:00
parent 0ddf68a919
commit dd23efd28d
3 changed files with 23 additions and 1 deletions

View File

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