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

Method add_auth

dnslib/dns.py:232–251  ·  view source on GitHub ↗

Add authority records >>> q = DNSRecord.question("abc.com") >>> a = q.reply() >>> a.add_answer(*RR.fromZone("abc.com 60 A 1.2.3.4")) >>> a.add_auth(*RR.fromZone("abc.com 3600 NS nsa.abc.com")) >>> print(a) ;; ->>HE

(self,*auth)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

set_header_qaMethod · 0.95

Tested by

no test coverage detected