Updates:
Labels: -Type-Defect Type-Other
Comment #1 on issue 2 by
hont...@flyordie.com: JDDClient - Interface
Configurations
http://code.google.com/p/jddclient/issues/detail?id=2
You can find an example configuration in conf/jddclient.conf.xml. DNS
providers use different protocols, so each one requires a custom class
which implements the jddclient.updater.Updater interface (for example by
extending AbstractUpdater). There is an updater for DNSMadeEasy and DynDns,
but not for No-IP. You have to write a class for that yourself. Copy and
modify one of the existing updaters.