DNS Update - Omry Yadan - omry@yadan.net (04.2008) This tool can be used to automatically generate domtool files and run domtool if they have been changed since the last run. it's used to update the ip address of clients with frequently changing ip address in the HCoop DNS. usage: 1. copy conf-sample.php into conf.php 2. edit it, choose user name, password and doomtool directory. 3. edit the dnsupdate.template file if you need to. 4. connect with an http client to the url: http://server.com/dir/update.php??user=YOUR_USER&pass=YOUR_PASS&domain=YOUR_DOMAIN[&ip=YOUR_IP] if ip is no used, the ip of the connecting client is used. in case of error, an http error is returned (500, 403), and the body contains the error message. you can use a simple script in your /etc/cron.hourly. see the included example file updateHcoopDNS-example. LICENSE: BSD License. do whatever you want, just keep my name in the readme.