Skip to content

sku0x20/DNSResolver

Repository files navigation

DNSResolver

A simple DNS Resolver in Java.
Currently it supports resolving domain name with/without recursion desired.
As of now, it does not support IPv6.
SamplePacket.java contains the DNS sample packets captured with Wireshark.

Side Note

I think I am done with this project here. I do not know where to go from here. I can possibly complete the TODO, IDK.
Maybe later. :\

Running Application

./gradlew run

Running Tests

This will run both end-to-end(acceptance) and unit tests.

./gradlew test

Todo

Add remaining features found on https://digwebinterface.com/

Tools Used

  • Wireshark

References

About

A simple DNS Resolver in Java and Swing

Resources

Stars

Watchers

Forks

Contributors