Refactor VPN proxy client implementation
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import assert from 'node:assert/strict';
|
||||
import test from 'node:test';
|
||||
import { setGatewayInterception } from '../../src/server/gatewayRouting.js';
|
||||
import { setGatewayInterception } from '../../dist/server/gatewayRouting.js';
|
||||
|
||||
test('gateway switches only the TProxy PREROUTING jump', () => {
|
||||
const calls = [];
|
||||
|
||||
Reference in New Issue
Block a user