Resolver configuration could not be read or specified no nameservers.
| 241 | |
| 242 | |
| 243 | class NoResolverConfiguration(dns.exception.DNSException): |
| 244 | """Resolver configuration could not be read or specified no nameservers.""" |
| 245 | |
| 246 | |
| 247 | class Answer: |
no outgoing calls
no test coverage detected
searching dependent graphs…