Fix synced client tunnel endpoints (#1302)

This commit is contained in:
ZacharyZcR
2026-08-23 22:55:45 +08:00
committed by GitHub
parent 780cfb58e2
commit c42cd40a2c
4 changed files with 72 additions and 8 deletions
+2
View File
@@ -482,6 +482,7 @@ export interface TunnelConnection {
tunnelType?: "local" | "remote";
bindHost?: string;
sourceHostId?: number;
sourceHostSyncId?: string;
sourceHostName?: string;
sourcePort: number;
endpointPort: number;
@@ -508,6 +509,7 @@ export interface TunnelConfig {
targetHost?: string;
sourceHostId: number;
sourceHostSyncId?: string;
tunnelIndex: number;
requestingUserId?: string;