Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 397 Bytes

DNS Resolver

I was studying about DNS protocol so, i decided to write a script to make DNS queries.

I found this useful so, you can use this script if you want.

How to run

This script needs sudo permissions because it needs to open ports and do some other stuffs.

Linux:

sudo ./resolve-dns.py www.google.com

Windows:

python3 ./resolve-dns.py www.google.com