update structure

This commit is contained in:
2025-05-09 17:00:27 +00:00
parent 4a72d9f3bf
commit f1c0b8bfb7
60 changed files with 4919 additions and 1400 deletions

8
ts/proxies/index.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* Proxy implementations module
*/
// Export submodules
export * from './smart-proxy/index.js';
export * from './network-proxy/index.js';
export * from './nftables-proxy/index.js';

View File

@ -0,0 +1,3 @@
/**
* NetworkProxy implementation
*/

View File

@ -0,0 +1,3 @@
/**
* NetworkProxy models
*/

View File

@ -0,0 +1,3 @@
/**
* NfTablesProxy implementation
*/

View File

@ -0,0 +1,3 @@
/**
* SmartProxy implementation
*/

View File

@ -0,0 +1,3 @@
/**
* SmartProxy models
*/