Looking for a dynamic DNS server written in Java [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this questionI'm experimenting with an idea for a local network application that requires a dynamic DNS server that get new addresses from a database. This is only for prototyping but I need to be able to extend it using some Java logic and a SQL database. Any ideas?开发者_Go百科
DNSJava
Have you considered using Zeroconf for this? Allows you to easily add and remove hosts in the .local. domain.
See http://jmdns.sourceforge.net/
精彩评论