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

    Interface DNSInfo

    interface DNSInfo {
        domains: string[];
        extraRecords: { name: string; type: string; value: string }[];
        magicDNS: boolean;
        resolvers: string[];
        routes: Record<string, string[]>;
    }
    Index

    Properties

    domains: string[]

    Search/split-DNS domains.

    extraRecords: { name: string; type: string; value: string }[]

    Custom DNS records pushed by the control plane.

    magicDNS: boolean

    Whether MagicDNS proxied resolution is enabled.

    resolvers: string[]

    Global nameservers.

    routes: Record<string, string[]>

    Split-DNS map: suffix → dedicated resolver addresses.