|
3 | 3 |
|
4 | 4 | ## Table of contents |
5 | 5 |
|
6 | | -* [Update note](#update-note) |
7 | | -* [Default Cloudflare ports](#default-cloudflare-ports) |
8 | 6 | * [What this script does](#what-this-script-does) |
9 | 7 | * [Before you begin](#before-you-begin) |
10 | 8 | * [Example](#example) |
11 | 9 | * [How to install](#how-to-install) |
12 | 10 | * [Troubleshooting](#troubleshooting) |
13 | 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-) |
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) |
33 | 14 |
|
34 | 15 |
|
35 | 16 | ## What this script does |
@@ -113,11 +94,29 @@ For multiple domains: __subdomain.mydomain.com---vpn.mydomain.com__ |
113 | 94 |
|
114 | 95 | 5. Enjoy 🍺 and __don't forget to deactivate SSH (step 1) if you don't need it__. |
115 | 96 |
|
116 | | -## Troubleshooting |
| 97 | +## Troubleshooting and known issues |
117 | 98 |
|
118 | 99 | ### Error returned, such as 1020 error; or update attempt not showing in Cloudflare Audit logs? |
119 | 100 | That generally means you've not entered something correctly in the DDNS screen for your domain. |
120 | 101 |
|
121 | 102 | Revisit Step 4 in How to install, and make sure everything is correctly entered. |
122 | 103 |
|
123 | 104 | 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