fix(PortProxy): Refactored PortProxy to support multiple listening ports and improved modularity.

This commit is contained in:
2025-02-27 13:04:01 +00:00
parent fcd0f61b5c
commit 659aae297b
3 changed files with 79 additions and 63 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.16.2',
version: '3.16.3',
description: 'A robust and versatile proxy package designed to handle high workloads, offering features like SSL redirection, port proxying, WebSocket support, and customizable routing and authentication.'
}