Type alias CreateTunnelBody

CreateTunnelBody: {
    sendto_user_id?: string;
    services: string[];
    timeout?: number;
}

Type declaration

  • Optional sendto_user_id?: string

    User who's email will receive tunnel info

  • services: string[]

    List of services to expose

  • Optional timeout?: number

    Tunnel timeout in minutes, default 1 hour, max 12 hours