Lines Matching refs:domain
38 # - cname (cname from the current name to a new one in the same domain)
39 # - dname (dname to a new domain, plus a synthesized cname)
40 # - xname ("external" cname, to a new name in a new domain)
43 # domain which is then answered by a DNAME and synthesized
44 # CNAME pointing to yet another domain, which is then answered
45 # by a CNAME within the same domain, and finally an answer
120 # - domain is 'example.com.'
124 domain = '.'.join(labels)
129 print ('domain: ' + domain)
143 domain = qname
144 final = ('ns1.%s' % domain)
160 curdom = domain
171 newdom = 'domain%d.%s' % (i, tld)
177 (ttl, expiry, inception, domain, sigdata)
192 (ttl, expiry, inception, domain, sigdata)
200 newdom = 'domain%d.%s' % (i, tld)
205 (ttl, expiry, inception, domain, sigdata)
213 (ttl, expiry, inception, domain, sigdata)
223 (typename, ttl, expiry, inception, domain, sigdata)
243 r.authority.append(dns.rrset.from_text(domain, ttl, IN, "NS",
244 ("ns1.%s" % domain)))
245 r.additional.append(dns.rrset.from_text(('ns1.%s' % domain), 86400,
247 r.additional.append(dns.rrset.from_text(('ns1.%s' % domain), 86400,