Skip to content

Commit e997f1d

Browse files
authored
Update README.md
Additional layout changes for readability.
1 parent f9f429b commit e997f1d

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,14 @@
33

44
## Table of contents
55

6-
* [Update note](#update-note)
7-
* [Default Cloudflare ports](#default-cloudflare-ports)
86
* [What this script does](#what-this-script-does)
97
* [Before you begin](#before-you-begin)
108
* [Example](#example)
119
* [How to install](#how-to-install)
1210
* [Troubleshooting](#troubleshooting)
1311
+ [Error returned, such as 1020 error; or update attempt not showing in Cloudflare Audit logs?](#error-returned--such-as-1020-error--or-update-attempt-not-showing-in-cloudflare-audit-logs-)
14-
15-
## Update note
16-
17-
*Reinstall may be required after updating DSM*
18-
After updates to Synology DSM, you may find the file __/usr/syno/bin/ddns/cloudflare.php__ has been deleted, and __/etc.defaults/ddns_provider.conf__ reset to default settings.
19-
20-
If this occurs, simply repeat the installations steps below.
21-
22-
## Default Cloudflare ports
23-
24-
|HTTP ports supported by Cloudflare | HTTPS ports supported by Cloudflare |
25-
|--|--|
26-
| 80 | 443 |
27-
| 8080 | 2053 |
28-
| 8880 | 2083 |
29-
| 2052 | 2087 |
30-
| 2082 | 2096 |
31-
| 2086 | 8443 |
32-
| 2095 | |
12+
+ [Cloudflare no longer listed as a DDNS provider after a DSM update](#cloudflare-no-longer-listed-as-a-ddns-provider-after-a-dsm-update)
13+
* [Default Cloudflare ports](#default-cloudflare-ports)
3314

3415

3516
## What this script does
@@ -113,11 +94,29 @@ For multiple domains: __subdomain.mydomain.com---vpn.mydomain.com__
11394

11495
5. Enjoy 🍺 and __don't forget to deactivate SSH (step 1) if you don't need it__.
11596

116-
## Troubleshooting
97+
## Troubleshooting and known issues
11798

11899
### Error returned, such as 1020 error; or update attempt not showing in Cloudflare Audit logs?
119100
That generally means you've not entered something correctly in the DDNS screen for your domain.
120101

121102
Revisit Step 4 in How to install, and make sure everything is correctly entered.
122103

123104
And you can also check your Cloudflare Audit logs to see what - if anything - has made it there with your API key (More information: [Understanding Cloudflare Audit Logs](https://support.cloudflare.com/hc/en-us/articles/115002833612-Understanding-Cloudflare-Audit-Logs). Updates using the API will appear in the Audit logs as a Rec Set action.
105+
106+
## Cloudflare no longer listed as a DDNS provider after a DSM update
107+
108+
After updates to Synology DSM, you may find the file __/usr/syno/bin/ddns/cloudflare.php__ has been deleted, and __/etc.defaults/ddns_provider.conf__ reset to default settings.
109+
110+
If this occurs, simply repeat the How to install steps above.
111+
112+
## Default Cloudflare ports
113+
114+
|HTTP ports supported by Cloudflare | HTTPS ports supported by Cloudflare |
115+
|--|--|
116+
| 80 | 443 |
117+
| 8080 | 2053 |
118+
| 8880 | 2083 |
119+
| 2052 | 2087 |
120+
| 2082 | 2096 |
121+
| 2086 | 8443 |
122+
| 2095 | |

0 commit comments

Comments
 (0)