feat(nftables): Add NFTables integration for kernel-level forwarding and update documentation, tests, and helper functions

This commit is contained in:
2025-05-15 19:39:09 +00:00
parent 4568623600
commit 5d0b68da61
19 changed files with 977 additions and 1068 deletions

View File

@ -56,7 +56,7 @@ tap.test('NFTables integration tests', async () => {
host: 'localhost',
port: 8080
}, {
ports: { from: 9000, to: 9100 },
ports: [{ from: 9000, to: 9100 }],
protocol: 'tcp'
})
];