You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-3Lines changed: 16 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@
25
25
26
26
Before starting the installation process, make sure you have (and know) the following information, or have completed these steps:
27
27
28
-
1.*Cloudflare credentials*
28
+
1.*Cloudflare credentials:*
29
29
30
30
a. Know your Cloudflare account username (or [register for an account if you're new to Cloudflare](https://dash.cloudflare.com/sign-up)); and
31
31
@@ -52,10 +52,23 @@ Before starting the installation process, make sure you have (and know) the foll
52
52
(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)
53
53
54
54

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
+
55
68
56
69
## How to install
57
70
58
-
1.**Activate SSH on your supported device:**
71
+
1.**SSH with root privledges on your supported device:**
59
72
60
73
a. For DSM Users:
61
74
@@ -82,7 +95,7 @@ Before starting the installation process, make sure you have (and know) the foll
82
95
83
96
**Note:** For SRM users, you must connect to your device as root. No other username will allow these commands to run.
84
97
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:
0 commit comments