update structure
This commit is contained in:
8
ts/proxies/index.ts
Normal file
8
ts/proxies/index.ts
Normal 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';
|
3
ts/proxies/network-proxy/index.ts
Normal file
3
ts/proxies/network-proxy/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* NetworkProxy implementation
|
||||
*/
|
3
ts/proxies/network-proxy/models/index.ts
Normal file
3
ts/proxies/network-proxy/models/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* NetworkProxy models
|
||||
*/
|
3
ts/proxies/nftables-proxy/index.ts
Normal file
3
ts/proxies/nftables-proxy/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* NfTablesProxy implementation
|
||||
*/
|
3
ts/proxies/smart-proxy/index.ts
Normal file
3
ts/proxies/smart-proxy/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* SmartProxy implementation
|
||||
*/
|
3
ts/proxies/smart-proxy/models/index.ts
Normal file
3
ts/proxies/smart-proxy/models/index.ts
Normal file
@ -0,0 +1,3 @@
|
||||
/**
|
||||
* SmartProxy models
|
||||
*/
|
Reference in New Issue
Block a user