rebuild: clean data.cdb cut -d: -f1 <../pop/passwd |sed -e 's/$$/.dyn.example.com/' \ |xargs tinydyndns-data addwhere dyn.example.com is your tinydyndns domain. Please adapt the Makefile if you provide a failover service.
# cd /etc/tinydyn/root # cat >>Makefile <<EOT rebuild: clean data.cdb cut -d: -f1 <../pop/passwd |xargs tinydyndns-data add clean: rm -f data.cdb EOT #Also please remove the last line "exit 0" from the /etc/tinydyn/pop/setpasswd script.
With this versions, tinydyndns documents how to provide a failover solution for the tinydyndns services, see here for details.