fix: Remove excess logging
All checks were successful
Build Docker / BuildImage (push) Successful in 40s
All checks were successful
Build Docker / BuildImage (push) Successful in 40s
This commit is contained in:
parent
66aa987013
commit
3c85ce105f
@ -222,7 +222,6 @@ def check_dot(ip: str) -> bool:
|
|||||||
response = dns.query.tls(
|
response = dns.query.tls(
|
||||||
q, ip, timeout=5, port=853, server_hostname="hnsdoh.com"
|
q, ip, timeout=5, port=853, server_hostname="hnsdoh.com"
|
||||||
)
|
)
|
||||||
print(response, flush=True)
|
|
||||||
if response.rcode() == dns.rcode.NOERROR:
|
if response.rcode() == dns.rcode.NOERROR:
|
||||||
for rrset in response.answer:
|
for rrset in response.answer:
|
||||||
for rr in rrset:
|
for rr in rrset:
|
||||||
|
Loading…
Reference in New Issue
Block a user