Skip to content

Commit d12007a

Browse files
authored
Merge pull request #4 from twcau/patch-1
Update README.md
2 parents ecee5ab + e5bd62b commit d12007a

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ HTTPS ports supported by Cloudflare:
3131

3232
Description
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

5353
2. 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

5966
3. Add Cloudflare to the list of DDNS providers DMS file(Location : __/etc.defaults/ddns_provider.conf__)
6067

0 commit comments

Comments
 (0)