-
The following is a simple implementation of how a DNS Resolver actually works, and how it maps ip-address to incoming domain-name requests and reponds it back.
-
We use a recursive approach by starting at a rootname server ( queried to by the DNS resolvers), and go down till we find the match recursively( i.e. IP address) and return it.
-
There are a total of 13 rootnameservers in the world, and multiple servers anycast these rootnameserver ip's.
-
Notifications
You must be signed in to change notification settings - Fork 0
sashpawar11/go-dns-resolver
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple cli DNS resolver using GO
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published