interface RPortfwd {
    Host: string;
    Port: number;
    Protocol: number;
    Response?: commonpb.Response;
    TunnelID: string;
}

Properties

Host: string
Port: number
Protocol: number
Response?: commonpb.Response
TunnelID: string

Bind to this tunnel