BREAKING CHANGE(proxies/nftables-proxy): remove nftables-proxy implementation, models, and utilities from the repository

This commit is contained in:
2026-02-09 17:11:37 +00:00
parent db2e2fb76e
commit 7b3009dc53
15 changed files with 9 additions and 2405 deletions

View File

@@ -2,9 +2,6 @@
* SmartProxy main module exports
*/
// NFTables proxy exports
export * from './proxies/nftables-proxy/index.js';
// Export SmartProxy elements
export { SmartProxy } from './proxies/smart-proxy/index.js';
export { SharedRouteManager as RouteManager } from './core/routing/route-manager.js';