Skip to content

Assignment for Computer Communications and Networking. DNS client in Python 3 that queries a DNS server and analyses the response.

Notifications You must be signed in to change notification settings

lferru/dns-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

In order to run my python code, simply place the my-dns-client.py file in the current working directory and enter the following command:

	python3 my-dns-client.py domain-name

where domain-name can be something like "gmu.edu" or "www.yahoo.com"

If there's an issue, then prefixing the my-dns-client.py with a ./ should do the trick.

About

Assignment for Computer Communications and Networking. DNS client in Python 3 that queries a DNS server and analyses the response.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages