CODE
BUGS
Home
Portfolio
Projects
Building a DNS Server in Java!
A personal project showcasing how to build a DNS server in Java step by step.
Explains the use of UDP sockets for DNS queries
Handles domain name resolution and IP address mapping
Includes caching and modular structure for future expansions