Yaddns

Yaddns is a small dynamic dns client with multiple servers support and a high flexibility.

Current stable version use autotools and can retrieve the wan ip address by using one web service (like http://checkip.dyndns.org/) or using directly the wan interface of your computer. Also, it supports these dynamic dns services:

Current stable version is yaddns 1.1 yaddns-1.1.tar.gz (view changelog).

If you have suggestions, want to help, implement new service, ... contact me by email or with github :)

Download

Packages

Gentoo

There a package for yaddns here : https://raw.github.com/lamusicc/music/master/list.xml. It's an overlay maintened by LaMusic. To use it, emerge layman and append the overlay link to overlays variable in file /etc/layman/layman.cfg like this:
 overlays  : http://www.gentoo.org/proj/en/overlays/repositories.xml
	https://raw.github.com/lamusicc/music/master/list.xml
and type this :
 # layman -L -k
 # layman -a music
 # eix-update    (emerge eix to have this command)
 # emerge -av yaddns
and to keep updated the overlay repository on your machine, type :
 # layman -S

OpenWRT

https://dev.openwrt.org/browser/packages/net/yaddns

Documentation

Get the current development source

$ git clone git://github.com/yaddns/yaddns.git

Contact