File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ HTTPS ports supported by Cloudflare:
3131
3232Description
3333---------------
34- * A PHP script for Synology DSM which adds Cloudflare DDNS support in your DMS
34+ * A PHP script for Synology DSM (and potentially Synology SRM devices) which adds Cloudflare DDNS support in your DMS
3535* Supports multidomains, subdomains and also regional domains (example: dev.my.domain.com.au, domain.com.uk etc)
3636* Easy instalation process
3737* Based on CloudFlare API v4
@@ -52,9 +52,16 @@ Installation
5252
53532 . Connect via SSH and execute command
5454
55- ```
56- wget https://raw.githubusercontent.com/mrikirill/SynologyDDNSCloudflareMultidomain/master/cloudflare.php -O /usr/syno/bin/ddns/cloudflare.php && sudo chmod 755 /usr/syno/bin/ddns/cloudflare.php
57- ```
55+ * DSM Users
56+ ```
57+ wget https://raw.githubusercontent.com/mrikirill/SynologyDDNSCloudflareMultidomain/master/cloudflare.php -O /usr/syno/bin/ddns/cloudflare.php && sudo chmod 755 /usr/syno/bin/ddns/cloudflare.php
58+ ```
59+
60+ * SRM Users
61+ Note: Ensure you are connected as root in your SSH session
62+ ```
63+ wget https://raw.githubusercontent.com/mrikirill/SynologyDDNSCloudflareMultidomain/master/cloudflare.php -O /usr/syno/bin/ddns/cloudflare.php && chmod 755 /usr/syno/bin/ddns/cloudflare.php
64+ ```
5865
59663 . Add Cloudflare to the list of DDNS providers DMS file(Location : __ /etc.defaults/ddns_provider.conf__ )
6067
You can’t perform that action at this time.
0 commit comments