Versions in this module Expand all Collapse all v1 v1.0.0 May 12, 2021 Changes in this version + func GetRootServers(nameserver string) ([]string, error) + type Zone struct + IP map[string][]net.IP + NS map[string][]string + Records int64 + func ParseZoneFile(filename string) (Zone, error) + func RootAXFR(ns string) (Zone, error) + func (z *Zone) AddIP(nameserver string, ip net.IP) + func (z *Zone) AddNS(domain, nameserver string) + func (z *Zone) AddRecord(r dns.RR) + func (z *Zone) CountNS() int + func (z *Zone) GetNameChan() chan string + func (z *Zone) Print() + func (z *Zone) PrintTree()