From 31ed7773341d397508f87eb850a2ead1a9273a76 Mon Sep 17 00:00:00 2001 From: shats Date: Tue, 17 Feb 2026 23:06:05 +0700 Subject: [PATCH] fix(MikrotikSpeedTest): remove 'direction' parameter from speed test configuration to streamline request handling --- backend/routes/mikrotikConfigRoutes.js | 2 -- 1 file changed, 2 deletions(-) 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]', {