Skip to content

Commit bf67897

Browse files
authored
Merge pull request #23 from twcau/patch-5
Minor edits - clarity
2 parents 3207939 + 4c3657d commit bf67897

1 file changed

Lines changed: 16 additions & 3 deletions

File tree

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
Before starting the installation process, make sure you have (and know) the following information, or have completed these steps:
2727

28-
1. *Cloudflare credentials*
28+
1. *Cloudflare credentials:*
2929

3030
a. Know your Cloudflare account username (or [register for an account if you're new to Cloudflare](https://dash.cloudflare.com/sign-up)); and
3131
@@ -52,10 +52,23 @@ Before starting the installation process, make sure you have (and know) the foll
5252
(Note: Having Proxied turned on for your A records isn't necessary, but it will prevent those snooping around from easily finding out your current IP address)
5353

5454
![image](example1.png)
55+
56+
3. *SSH access to your Synology device:*
57+
58+
If you haven't setup this access, see the following Synology Knowledge Base article:
59+
[How can I sign in to DSM/SRM with root privilege via SSH?[(https://kb.synology.com/en-id/DSM/tutorial/How_to_login_to_DSM_with_root_permission_via_SSH_Telnet)
60+
61+
4. *SRM users: Knowledge of vi:*
62+
63+
vi is the only text editor available within the [Busybox](https://linux.die.net/man/1/busybox) environment available at the SSH command line on devices running SRM.
64+
65+
For assistance with vi commands, see:
66+
[Basic vi commands](https://www.cs.colostate.edu/helpdocs/vi.html)
67+
5568

5669
## How to install
5770

58-
1. **Activate SSH on your supported device:**
71+
1. **SSH with root privledges on your supported device:**
5972

6073
a. For DSM Users:
6174
@@ -82,7 +95,7 @@ Before starting the installation process, make sure you have (and know) the foll
8295

8396
**Note:** For SRM users, you must connect to your device as root. No other username will allow these commands to run.
8497

85-
3. **Update DDNS provider list:** Using your preferred/available command line editor, insert the text below to your DMS file (Location : __/etc.defaults/ddns_provider.conf__), to add DDNS support via Cloudflare:
98+
3. **Update DDNS provider list:** Using a command line editor, insert the text below to your DMS file (Location : __/etc.defaults/ddns_provider.conf__), to add DDNS support via Cloudflare:
8699

87100
```
88101
[Cloudflare]

0 commit comments

Comments
 (0)