MCPcopy Create free account
hub / github.com/avicoder/spoodle / add_ar

Method add_ar

dnslib/dns.py:253–272  ·  view source on GitHub ↗

Add additional records >>> q = DNSRecord.question("abc.com") >>> a = q.reply() >>> a.add_answer(*RR.fromZone("abc.com 60 CNAME x.abc.com")) >>> a.add_ar(*RR.fromZone("x.abc.com 3600 A 1.2.3.4")) >>> print(a) ;; ->>

(self,*ar)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

resolveMethod · 0.80

Calls 1

set_header_qaMethod · 0.95

Tested by

no test coverage detected