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

6
pnpm-lock.yaml generated
View File

@ -26,9 +26,15 @@ importers:
'@tsclass/tsclass':
specifier: ^4.4.0
version: 4.4.0
'@types/minimatch':
specifier: ^5.1.2
version: 5.1.2
'@types/ws':
specifier: ^8.5.14
version: 8.5.14
minimatch:
specifier: ^9.0.3
version: 9.0.5
ws:
specifier: ^8.18.0
version: 8.18.0