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
An iterative DNS resolver based on RFC1034 and RFC1035 specifications capable of going iterating through differnet name servers in order to resolve a request.
Implimented in Python3.6
Running Program
python my_server.py <port>
About
An iterative DNS resolver based on RFC1034 and RFC1035 specifications capable of going from name server to name server in order to resolve a request.