diff --git a/backend/routes/mikrotikConfigRoutes.js b/backend/routes/mikrotikConfigRoutes.js index e624535..488ec94 100644 --- a/backend/routes/mikrotikConfigRoutes.js +++ b/backend/routes/mikrotikConfigRoutes.js @@ -987,7 +987,6 @@ async function speedTestViaTunnel(req, res) { user: remoteCreds.user, password: remoteCreds.password || '', protocol: 'tcp', - direction: 'both', 'test-duration': `${durationSeconds}s`, }; @@ -997,7 +996,6 @@ async function speedTestViaTunnel(req, res) { `address=${body.address}`, `user=${body.user}`, 'protocol=tcp', - 'direction=both', `test-duration=${durationSeconds}s`, ]; console.log('[mikrotik][speedTestViaTunnel]', {