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
Publish Fast Tabler Docker image / build-and-push-fast (push) Successful in 1m38s
This commit is contained in:
@@ -987,7 +987,6 @@ async function speedTestViaTunnel(req, res) {
|
|||||||
user: remoteCreds.user,
|
user: remoteCreds.user,
|
||||||
password: remoteCreds.password || '',
|
password: remoteCreds.password || '',
|
||||||
protocol: 'tcp',
|
protocol: 'tcp',
|
||||||
direction: 'both',
|
|
||||||
'test-duration': `${durationSeconds}s`,
|
'test-duration': `${durationSeconds}s`,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -997,7 +996,6 @@ async function speedTestViaTunnel(req, res) {
|
|||||||
`address=${body.address}`,
|
`address=${body.address}`,
|
||||||
`user=${body.user}`,
|
`user=${body.user}`,
|
||||||
'protocol=tcp',
|
'protocol=tcp',
|
||||||
'direction=both',
|
|
||||||
`test-duration=${durationSeconds}s`,
|
`test-duration=${durationSeconds}s`,
|
||||||
];
|
];
|
||||||
console.log('[mikrotik][speedTestViaTunnel]', {
|
console.log('[mikrotik][speedTestViaTunnel]', {
|
||||||
|
|||||||
Reference in New Issue
Block a user