eNom DDNS Updater
Dynamically updates your enom DNS hosted record
Instructions
- Login to eNom
- Go to Domains
- Select your domain (must use eNom hosted DNS)
- Go to Domain Settings
- Set Domain password
- Customize the scrip variables: set ip_check_url to a known good website which returns only your public IP address
- Set domain to your eNom domain
- Set password to domain password set previously in eNom dashboard
Credits
Modified from update_enom.py by: Sean Schertell, DataFly.Net http://secure.datafly.net/articles/update_enom.php
Revisions from original script
- The original script saved the current IP to a text file and only updated DNS if the newly checked IP didn't match. I removed that logic to instead resolve the domain name and compare that to the newly checked IP. That way if for some reason the DNS gets manually messed up it will still be fixed by the updater rather than having to wait until an IP change.