Building an application with EagleDNS
raphaeljuwe
Member since: 2017-06-29 10:52 |
Added: 2017-06-29 11:34 |
Good day everyone.
I do want to know can i build an application on top of EagleDNS. At present am working on a project that is a desktop application and it needs an Authoritative DNS server, so want to know if i can build an application with EagleDNS |
|
stefanreich
Member since: 2017-10-01 15:13 |
Added: 2017-10-01 15:20 Updated: 2017-10-01 16:14 |
Hi, I did this by embedding EagleDNS in my language (JavaX) here. Basically I just supply a config file to the EagleDNS class. It's a bit hacked because EagleDNS searches for the log4j config file under the current working directory and this can't be changed. Could be changed easily though if you modify the sources.
|