Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 673 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 673 Bytes

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