mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-08-30 02:41:34 +00:00
Fix synced client tunnel endpoints (#1302)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user