Skip to content

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

License

Notifications You must be signed in to change notification settings

arasgungore/round-robin-DNS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

round-robin-DNS

A C++ project which implements a round-robin Domain Name System (DNS) using a tree structure.

Run on Terminal

g++ Header/*.cpp main.cpp -std=c++11 -o test
test

Screenshots

Screenshot Screenshot

Author

👤 Aras Güngöre