Add targeted connectivity diagnostics with sampled results
Build and Deploy Gateway / build-and-push (push) Successful in 15s
Build and Deploy Gateway / deploy (push) Successful in 13s

This commit is contained in:
2026-08-07 22:11:04 +03:00
parent b2a2ed7104
commit e9433e754f
12 changed files with 359 additions and 114 deletions
+2 -2
View File
@@ -92,9 +92,9 @@ export const api = {
}),
},
diagnostics: {
connectivity: (services = []) => request('/api/diagnostics/connectivity', {
connectivity: (services = [], target = null) => request('/api/diagnostics/connectivity', {
method: 'POST',
body: JSON.stringify({ services }),
body: JSON.stringify({ services, target }),
}),
},
singbox: {