Pinggy SDK - v0.4.1
    Preparing search index...

    Type Alias Optional

    Advanced SSL and additional options for Pinggy tunnels.

    type Optional = {
        additionalArguments?: string;
        manage?: string;
        noTui?: boolean;
        remoteManagement?: RemoteManagementConfig;
        serve?: string;
        sniServerName?: string;
        ssl?: boolean;
    }
    Index

    Properties

    additionalArguments?: string

    Optional command prefix for the tunnel.

    "--tcp"
    
    manage?: string

    Used in the pinggy-cli to specify remote management server url

    noTui?: boolean

    Used in the pinggy-cli to enable/disable TUI

    remoteManagement?: RemoteManagementConfig

    Used in the pinggy-cli to specify remote management configs

    serve?: string

    Used in the pinggy-cli to specify file path

    sniServerName?: string

    SNI server name for the Pinggy servers.

    "a.pinggy.io"
    
    ssl?: boolean

    Whether to use SSL for tunnel setup.

    false