We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9308c98 commit c5dd40eCopy full SHA for c5dd40e
src/dns.py
@@ -17,6 +17,7 @@ def handle_request(socket_client):
17
dns_client.close()
18
socket_client.send(f"{addr['ip']}:{addr['port']}".encode())
19
socket_client.close()
20
+ return
21
except:
22
print(f"{addr['ip']}:{addr['port']} is down.")
23
continue
0 commit comments