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,
|
||||
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]', {
|
||||
|
||||
Reference in New Issue
Block a user