From af4070c54e1c0021209b7d6a9175bb2243e4c507 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Tue, 15 Aug 2023 09:33:30 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/README.md b/README.md index 585b210..9e94126 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,4 @@ # Cloudflare Dynamic DNS IP Updater -GitHub GitHub last commit (branch) GitHub contributors + This script is used to update Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP! Written in pure BASH. - -## Support Me -[![Donate Via Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/Jasonkkf) - -## Installation - -```bash -git clone https://github.com/K0p1-Git/cloudflare-ddns-updater.git -``` - -## Usage -This script is used with crontab. Specify the frequency of execution through crontab. - -```bash -# ┌───────────── minute (0 - 59) -# │ ┌───────────── hour (0 - 23) -# │ │ ┌───────────── day of the month (1 - 31) -# │ │ │ ┌───────────── month (1 - 12) -# │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday 7 is also Sunday on some systems) -# │ │ │ │ │ ┌───────────── command to issue -# │ │ │ │ │ │ -# │ │ │ │ │ │ -# * * * * * /bin/bash {Location of the script} -``` - -## Contributing -Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. - -## Reference -This script was made with reference from [Keld Norman](https://www.youtube.com/watch?v=vSIBkH7sxos) video. - -## License -[MIT](https://github.com/K0p1-Git/cloudflare-ddns-updater/blob/main/LICENSE)