Skip to content

Commit b6e494a

Browse files
authored
Update README-EN.md
1 parent 07ccf84 commit b6e494a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README-EN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ If it says `IP changed to: xxxxx` or` IP has not changed.`, the configuration is
5050
In order to achieve dynamic domain name resolution, the script must be kept running to obtain the IP status. Here the system crontab is used for timing.
5151
Enter the `crontab -e` at the terminal,Add the following at the end of the file:
5252
```shell
53-
*/5 * * * * /home/username/cloudFlare-ddns.sh >/dev/null 2>&1
53+
*/5 * * * * /home/username/cloudflare-ddns.sh >/dev/null 2>&1
5454
```
5555
Save and exit after making changes.Set the script here to execute the `cloudflare-ddns.sh` script every five minutes to achieve dynamic domain name resolution.
5656

5757
### FAQ
5858
When the error log is:
5959
`API UPDATE FAILED. DUMPING RESULTS:`
6060
`{"success":false,"errors":[{"code":7001,"message":"Method PUT not available for that URI."}],"messages":[],"result":null}`
61-
Delete the `cloudflare.ids` file in the script running directory, and then try to run again.
61+
Delete the `cloudflare.ids` file in the script running directory, and then try to run again.

0 commit comments

Comments
 (0)