Dns Client Server For Python
DNS Server: supporting all types of queries and replies. Should be able to do both recursive and iterative queries. Caching to be implemented. Client like nslookup: as close as possible to the existing nslookup, all options, all functionality, use of the file /etc/resolv.conf Clone Respository $ git clone https://github.com/Nishant-Badgujar18/Dns-client-server.git To compile and run the code Run the server in one terminal by typing the command ‘python3 dns-server.py’. On the other terminal run client side commands one by one. Types of […]
Read more