MCPcopy Create free account
hub / github.com/rthalley/dnspython / AlwaysType3NXDOMAINNanoNameserver

Class AlwaysType3NXDOMAINNanoNameserver

tests/test_resolver.py:1077–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1075
1076
1077class AlwaysType3NXDOMAINNanoNameserver(Server):
1078 def handle(self, request):
1079 response = dns.message.make_response(request.message)
1080 response.set_rcode(dns.rcode.NXDOMAIN)
1081 response.flags |= dns.flags.RA
1082 return response
1083
1084
1085class AlwaysNXDOMAINNanoNameserver(Server):

Callers 1

testNoRootSOAMethod · 0.85

Calls

no outgoing calls

Tested by 1

testNoRootSOAMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…