Searched refs:domains (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/queryperf/utils/
H A Dgen-data-queryperf.py10 # behaviour with NXdomain) and with domains from a real zone file."
25 domains = {} variable
102 domains[domain] = 1
106 if not domains:
107 sys.stderr.write("No domains found in '%s'\n" % zone_file)
109 domain_names = list(domains.keys())

Completed in 147 milliseconds