This simple script will allow you to setup a Custom Dynamic DNS (DDNS) script to work with Synology DiskStation Manager (DSM).
- Go to Control Panel -> Connectivity (External Access) -> DDNS (Tab)
- Click on Customize and enter the following:
- Service provider: Enom.com
- Query URL: http://(yourdomain.com)/synology_ddns_enom/index.php?host=__HOSTNAME__&username=__USERNAME__&key=__PASSWORD__&ip=__MYIP__
- Go to Control Panel -> Connectivity (External Access) -> DDNS (Tab)
- Click on Add and enter the following:
- Service provider: "*Enom.com" (This was the service provider you created in Step 1)
- Hostname: nas.yourdomain.com (full hostname)
- Username: Enom UID (UID/username for Enom account)
- Password: (domain password)
- A web server running PHP 5.x with cURL extension which can be called by the NAS