BREAKING CHANGE(nftables): Replace IPTablesProxy with NfTablesProxy and update module exports in index.ts

This commit is contained in:
2025-03-18 21:55:09 +00:00
parent 54e81b3c32
commit 9b5b8225bc
5 changed files with 2054 additions and 903 deletions

View File

@ -1,4 +1,4 @@
export * from './classes.iptablesproxy.js';
export * from './classes.nftablesproxy.js';
export * from './classes.networkproxy.js';
export * from './classes.port80handler.js';
export * from './classes.sslredirect.js';