Hello,
I work with Arduino and ESP8266 and a few months ago, I bought a Arduino Ethernet Shield of WizNet W1500.
I had made Local Web Server to watch movies which are stored on a USB Flash Drive. But I can't open the Web Server using any domain name. For example, movies.cc, etc. I have to put the IP address of the Web Server to access it. So I want to make a DNS resolving Server which could recieve the DNS requests from the devices and could resolve it to the corresponding IP addresses. I want to use Arduino and Ethernet Shield to create the DNS resolving server which would have its own IP address and port and will resolve all the DNS queries of the devices which want to access my Web Server. Please help if you know anything about this.
I will try it.