Skip to content

alvinkohcm/synology_ddns_enom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

synology_ddns_enom

This simple script will allow you to setup a Custom Dynamic DNS (DDNS) script to work with Synology DiskStation Manager (DSM).

Step 1: Creating a Custom DDNS Provider in Synology DSM

  • Go to Control Panel -> Connectivity (External Access) -> DDNS (Tab)
  • Click on Customize and enter the following:
  1. Service provider: Enom.com
  2. Query URL: http://(yourdomain.com)/synology_ddns_enom/index.php?host=__HOSTNAME__&username=__USERNAME__&key=__PASSWORD__&ip=__MYIP__

Step 2: Setting up your DNS Update Host/Password

  • Go to Control Panel -> Connectivity (External Access) -> DDNS (Tab)
  • Click on Add and enter the following:
  1. Service provider: "*Enom.com" (This was the service provider you created in Step 1)
  2. Hostname: nas.yourdomain.com (full hostname)
  3. Username: Enom UID (UID/username for Enom account)
  4. Password: (domain password)

Requirements

  • A web server running PHP 5.x with cURL extension which can be called by the NAS

About

Synology - DDNS script for Enom.com (PHP/cURL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages