Skip to content

Siya2704/dns-client-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS SERVER+CLIENT computer networks project sem 5

MIS: 111903106

Server runs on 127.0.0.51 make entry into "/etc/resolv.conf":nameserver:127.0.0.51

To run the server+client run command

  • sudo python3 server.py to start the server
  • ./run.sh which contains few queries for server just to test the server

if you want to provide other queries then run command :

  • python3 client.py [-option][name]
  • options implemented are -timeout, -retry, -type, -norecurse
  • supported types = ['A','AAAA','NS','MX','CNAME','SOA','TXT','PTR']