fix(portproxy): Extend domain input validation to support string arrays in port proxy configurations.

This commit is contained in:
2025-02-27 15:46:14 +00:00
parent adee6afc76
commit 1aa409907b
3 changed files with 22 additions and 9 deletions

View File

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