5C
dns.resolver.NoNameservers: All nameservers failed to answer the query bet365.com. IN A: Server 1.1.1.1 UDP port 53 answered [Errno 101] Network is unreachable · Issue #33 · vortexau/dnsvalidator · GitHub
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dns.resolver.NoNameservers: All nameservers failed to answer the query bet365.com. IN A: Server 1.1.1.1 UDP port 53 answered [Errno 101] Network is unreachable
#33
Open
projsandy opened this issue
Oct 10, 2021
· 1 comment
[05:45:52] [INFO] [1.1.1.1] resolving baseline
Traceback (most recent call last):
File "/usr/local/bin/dnsvalidator", line 33, in
sys.exit(load_entry_point('DNSValidator==0.1', 'console_scripts', 'dnsvalidator')())
File "/usr/local/lib/python3.9/dist-packages/DNSValidator-0.1-py3.9.egg/dnsvalidator/dnsvalidator.py", line 120, in main
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1089, in query
return self.resolve(qname, rdtype, rdclass, tcp, source,
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1040, in resolve
(nameserver, port, tcp, backoff) = resolution.next_nameserver()
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 598, in next_nameserver
raise NoNameservers(request=self.request, errors=self.errors)
dns.resolver.NoNameservers: All nameservers failed to answer the query bet365.com. IN A: Server 1.1.1.1 UDP port 53 answered [Errno 101] Network is unreachable
I verified my network was fine. not able to resolve the issue. please help
The text was updated successfully, but these errors were encountered:
HI,
I am trying to run command -
dnsvalidator -tL https://public-dns.info/nameservers.txt -threads 100 -o resolvers.txt
but its showing this error -
[05:45:52] [INFO] [1.1.1.1] resolving baseline
Traceback (most recent call last):
File "/usr/local/bin/dnsvalidator", line 33, in
sys.exit(load_entry_point('DNSValidator==0.1', 'console_scripts', 'dnsvalidator')())
File "/usr/local/lib/python3.9/dist-packages/DNSValidator-0.1-py3.9.egg/dnsvalidator/dnsvalidator.py", line 120, in main
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1089, in query
return self.resolve(qname, rdtype, rdclass, tcp, source,
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 1040, in resolve
(nameserver, port, tcp, backoff) = resolution.next_nameserver()
File "/usr/lib/python3/dist-packages/dns/resolver.py", line 598, in next_nameserver
raise NoNameservers(request=self.request, errors=self.errors)
dns.resolver.NoNameservers: All nameservers failed to answer the query bet365.com. IN A: Server 1.1.1.1 UDP port 53 answered [Errno 101] Network is unreachable
I verified my network was fine. not able to resolve the issue. please help
The text was updated successfully, but these errors were encountered: