Skip to content

Soroushsrd/DnsResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dns

  • Dns uses UDP (although it can use TCP as well) with a packet size of 512 bytes. $| Section | size | Type | purpose | | --------------- | --------------- | --------------- | --------------- | | Header | 12 bytes | Header | information about the query/response | | Question | variable | List of questions | domain in question and the requested record type | | Answer | variable | list of records | requested records | | Authority | Variable | list of records | a list of name servers to resolve queries recursively |

About

Trying to write a DNS resolver for personal use!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages