feat(PortProxy): Enhanced PortProxy with domain and IP filtering, SNI support, and minimatch integration

This commit is contained in:
2025-02-21 15:14:02 +00:00
parent e67eff0fcc
commit a4ad6c59c1
7 changed files with 79 additions and 7 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '3.2.0',
version: '3.3.0',
description: 'a proxy for handling high workloads of proxying'
}