interface Nameserver {
    ip: string[];
    name: string;
}

Properties

Properties

ip: string[]
name: string