Skip to content

Commit 9edf736

Browse files
authored
Merge pull request #37 from iceman201/patch-1
Correct Readme image path
2 parents 56c38d4 + d7f6e5c commit 9edf736

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ Before starting the installation process, make sure you have (and know) the foll
3434
3535
b. Have your [API key](https://dash.cloudflare.com/profile/api-tokens) - no need to use your Global API key! (More info: [API keys](https://support.cloudflare.com/hc/en-us/articles/200167836-Managing-API-Tokens-and-Keys)).
3636

37-
![image](example4.png)
37+
![image](https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain/blob/master/docs/example4.png)
38+
3839

3940
c. Create a API key with following (3) permissions:
4041
@@ -46,17 +47,17 @@ Before starting the installation process, make sure you have (and know) the foll
4647

4748
**Include** > **All zones from an account** > `<domain>`
4849

49-
2. *DNS settings:*
50+
3. *DNS settings:*
5051

5152
Ensure the DNS A record(s) for the domain/zone(s) you wish to update with this script have been created (More information: [Managing DNS records](https://support.cloudflare.com/hc/en-us/articles/360019093151-Managing-DNS-records-in-Cloudflare)).
5253

5354
Your DNS records should appear (or already be setup as follows) in Cloudflare:
5455

5556
(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)
5657

57-
![image](example1.png)
58+
![image](https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain/blob/master/docs/example1.png)
5859

59-
3. *SSH access to your Synology device:*
60+
4. *SSH access to your Synology device:*
6061

6162
If you haven't setup this access, see the following Synology Knowledge Base article:
6263
[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)
@@ -81,7 +82,7 @@ For assistance with vi commands, see:
8182
8283
Navigate to __Control Panel > Services > System Services > Terminal > Enable SSH service__
8384
84-
![image](example2.png)
85+
![image](https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain/blob/master/docs/example2.png)
8586

8687
2. **Connect via SSH:** Connect to your supported device via SSH and execute command
8788

@@ -126,7 +127,7 @@ For multiple domains: __subdomain.mydomain.com---vpn.mydomain.com__
126127
* Username: The email address you use for logging in to Cloudflare (optional since the API key is sufficient)
127128
* Password: Your created Cloudflare API Key
128129

129-
![image](example3.png)
130+
![image](https://github.com/mrikirill/SynologyDDNSCloudflareMultidomain/blob/master/docs/example3.png)
130131

131132
Finally, press the test connection button to confirm all information is correctly entered, before pressing Ok to save and confirm your details.
132133

0 commit comments

Comments
 (0)