tailscale-web - v0.1.13
    Preparing search index...

    Interface PingResult

    interface PingResult {
        alive: boolean;
        derpRegionCode: string;
        endpoint: string;
        err: string;
        nodeIP: string;
        nodeName: string;
        rttMs: number;
    }
    Index

    Properties

    alive: boolean
    derpRegionCode: string

    DERP relay region code (e.g. "nyc") if traffic was relayed; empty if direct.

    endpoint: string

    Direct UDP endpoint used if a direct path exists (e.g. an IP:port string).

    err: string

    Error reason when alive is false.

    nodeIP: string

    Tailscale IP of the destination.

    nodeName: string

    MagicDNS name of the destination peer.

    rttMs: number

    Round-trip time in milliseconds. Only meaningful when alive is true.