Skip to content

Reverendyz/dns-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DNS in C

This project is a simple DNS resolver done purely in C with standard libs and based on some docs from unix-like systems like getaddrinfo, inet_ntop and other ones you can easily find with your man command.

Purpose

To grow a little seed of my interest of low-level programming. Facing various issues understanding pointers, dereference and these C-like things that boggles our human minds.

References

Build and run?

After cloned this repo, just run make in your terminal. and then run ./dns.

This should be enough to get you the first error (add an argument to the executable). Let's say ./dns google.com.

About

A Project to develop a little bit of knowledge with C and its standard libs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors