fix(PortProxy): Improved IP validation logic in PortProxy to ensure correct domain matching and fallback

This commit is contained in:
2025-02-27 15:32:06 +00:00
parent 6d627f67f7
commit 96b5877c5f
3 changed files with 20 additions and 12 deletions

View File

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