Improve tunnel proxy diagnostics and request body spooling

This commit is contained in:
fawney19
2026-04-18 21:13:37 +08:00
parent 3363592751
commit f2a3836877
5 changed files with 712 additions and 260 deletions

View File

@@ -120,6 +120,8 @@ export interface ProxyNodeTestResult {
latency_ms: number | null
exit_ip: string | null
error: string | null
probe_url: string
timeout_secs: number
}
export interface ProxyNodeBatchUpgradeResult {