fix(smartproxy): Improve port binding intelligence and ACME challenge route management; update route configuration tests and dependency versions.

This commit is contained in:
2025-05-28 19:58:28 +00:00
parent 4ebaf6c061
commit 742adc2bd9
17 changed files with 948 additions and 1258 deletions

View File

@ -112,7 +112,7 @@ tap.test('NFTables forward route should not terminate connections', async () =>
// Wait a bit to ensure connection isn't immediately closed
await new Promise(resolve => setTimeout(resolve, 1000));
expect(connectionClosed).toBe(false);
expect(connectionClosed).toEqual(false);
console.log('NFTables connection stayed open as expected');
client.end();