fix(MikrotikSpeedTest): remove 'direction' parameter from speed test configuration to streamline request handling
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s

This commit is contained in:
2026-02-17 23:06:05 +07:00
parent 9dc931a10b
commit 31ed777334
-2
View File
@@ -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]', {