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

    Interface ExitNode

    interface ExitNode {
        active: boolean;
        dnsName: string;
        hostName: string;
        id: string;
        online: boolean;
        tailscaleIP: string;
    }
    Index

    Properties

    active: boolean

    Whether this node is the currently active exit node.

    dnsName: string

    MagicDNS FQDN (ends with a dot).

    hostName: string
    id: string

    Stable node ID — pass to setExitNode() to activate.

    online: boolean
    tailscaleIP: string

    Primary Tailscale IPv4 address.