fix(PortProxy): Fix IP filtering for domain and global default allowed lists and improve port-based routing logic.

This commit is contained in:
2025-02-27 15:41:03 +00:00
parent f1b810a4fa
commit 4a0792142f
3 changed files with 12 additions and 6 deletions

View File

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