node-powerdns
    Preparing search index...

    Type Alias Server

    PowerDNS server description returned from /servers.

    type Server = {
        autoprimaries_url?: string;
        config_url: string;
        daemon_type: string;
        id: string;
        statistics_url?: string;
        tsigkeys_url?: string;
        type: "Server";
        url: string;
        version: string;
        zones_url: string;
    }
    Index

    Properties

    autoprimaries_url?: string
    config_url: string
    daemon_type: string
    id: string
    statistics_url?: string
    tsigkeys_url?: string
    type: "Server"
    url: string
    version: string
    zones_url: string