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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@
7
7
*[Before you begin](#before-you-begin)
8
8
*[Example](#example)
9
9
*[How to install](#how-to-install)
10
-
*[Troubleshooting](#troubleshooting)
11
-
+[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-)
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)
10
+
*[Troubleshooting and known issues](#troubleshooting-and-known-issues)
11
+
+[Connection test failed or error returned](#connection-test-failed-or-error-returned)
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)
@@ -96,20 +96,24 @@ For multiple domains: __subdomain.mydomain.com---vpn.mydomain.com__
96
96
97
97
## Troubleshooting and known issues
98
98
99
-
### Error returned, such as 1020 error; or update attempt not showing in Cloudflare Audit logs?
99
+
### Connection test failed or error returned
100
+
101
+
This will manifest as either 1020 error; or the update attempt not showing in Cloudflare Audit logs.
102
+
100
103
That generally means you've not entered something correctly in the DDNS screen for your domain.
101
104
102
105
Revisit Step 4 in How to install, and make sure everything is correctly entered.
103
106
104
107
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
108
106
-
## Cloudflare no longer listed as a DDNS provider after a DSM update
109
+
###Cloudflare no longer listed as a DDNS provider after a DSM update
107
110
108
111
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
112
110
113
If this occurs, simply repeat the How to install steps above.
111
114
112
115
## Default Cloudflare ports
116
+
Source [Identifying network ports compatible with Cloudflare's proxy](https://support.cloudflare.com/hc/en-us/articles/200169156-Identifying-network-ports-compatible-with-Cloudflare-s-proxy)
113
117
114
118
|HTTP ports supported by Cloudflare | HTTPS ports supported by Cloudflare |
115
119
|--|--|
@@ -120,3 +124,7 @@ If this occurs, simply repeat the How to install steps above.
120
124
| 2082 | 2096 |
121
125
| 2086 | 8443 |
122
126
| 2095 ||
127
+
128
+
## Credits
129
+
130
+
<small><i><ahref='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
0 commit comments