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

    Type Alias ForwardingEntry

    type ForwardingEntry = {
        address: string;
        listenAddress?: string;
        type?: TunnelType;
    }
    Index

    Properties

    address: string

    The local address to forward to. Format: [protocol://][host]:port. The protocol is primarily used to determine if local_server_tls should be enabled for this specific rule (e.g., https://). It is ignored otherwise.

    listenAddress?: string

    (Optional) The remote address to bind to. Format: [host][:port]. An empty string or undefined means the server will assign a default binding. The hostname is ignored for TCP and UDP tunnels. Any schema provided will be ignored.

    type?: TunnelType