Skip to content

A recursive DNS resolver that takes a domain name and returns a summary of DNS information about the domain by recursively querying servers starting from the root server level.

Notifications You must be signed in to change notification settings

rohitn212/Recursive-DNS-Resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Recursive-DNS-Resolver

A recursive DNS resolver that takes a domain name and returns a summary of DNS information about the domain by recursively querying servers starting from the root server level.

Install the dnspython(http://www.dnspython.org/) library before running the program. In order to run the program, type "python resolve.py" followed by the domain name, for example "python resolve.py yahoo.com".

About

A recursive DNS resolver that takes a domain name and returns a summary of DNS information about the domain by recursively querying servers starting from the root server level.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages