• [POST] request to a /accounts/${address}/sessions/${sessionId} with ssl verification disbled, in order to get a valid base64 vpn configuration

    Parameters

    • key: string

      publicKey for wg or uuid for v2ray

    • signature: string

      signature of Uint64ToBigEndian sessionId

    • address: string

      sent address of the session owner

    • sessionId: number | Long

      session identifier

    • remoteUrl: string

      node endpoint

    Returns Promise<NodeResponse>

    NodeResponse with vpn configuration or error code and message

Generated using TypeDoc