Skip to content

IlyaTucha/DNS-Cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Run the DNS server:

sudo python3 dns-cache.py

In a separate terminal, query information using dig

dig google.com A @127.0.0.1

This command queries the DNS server running on 127.0.0.1 for the A record of google.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages