diff --git a/README.md b/README.md index b967b8c..187970a 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,31 @@ Self-hosted dynamic DNS php script to update netcup DNS API from Router like AVM * Username: `` * Password: `` +### Synology DSM Settings +* Go to "Control Panel" -> "External Access" -> "DDNS" +* Click on "Customize Provider" to create a profile for your own DDNS server +* Service Provider: This is the display name of your custom provider +* Update-URL: `https:///update.php?user=__USERNAME__&password=__PASSWORD__&ipv4=__MYIP__&domain=__HOSTNAME__` + * Attention: The variables are delimited by two underscores + * Currently Synology custom DDNS does not support IPv6, for whatever reason. +* Save your custom provider +* Click on "Add" to create a DDNS job +* Select your custom provider. Notice that an asterisk [*] has appeared in front of the name to signify that this is a custom provider. +* Hostname: `` +* Username/Email: `` +* Password/Key: `` +* External Address (IPv4): probably "Auto", uses Synology service to find own external IP +* External Address (IPv6): doesn't matter, currently not supported by Synology + +### pfSense Settings +* Go to "Services" -> "Dynamic DNS" +* Click on "Add" to create a DDNS profile +* Service Type: "Custom" +* Interface to monitor: `` +* Update URL: `https:///update.php?user=&password=&ipv4=%IP%&domain=` +* Leave all other fields empty / default + # run as cronjob on a **nix based device * see [examples](./examples)