/DNSserver

This is lightweight DNS server. When you surfing on line. Your computer has to translate a website address into an IP address. Even we have distributed DNS server, but it still cost a lot of time when translate the domain name into an IP address. So I wrote this software. It saves the most frequently used website IP address. So when you attempt to log in that site. The response time is approximately zero. And I have my own algorithm to when should my software to update the address pool. Like when the user away from keyboard, my software update addresses pools. Or update the IP address pool when no network traffic jam.

Primary LanguageC++

Stargazers