From 117c42b412639a2074166983b2bdfa835db727e6 Mon Sep 17 00:00:00 2001 From: Jared Contrascere Date: Wed, 17 Apr 2024 21:55:18 -0400 Subject: [PATCH] Update the README file --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6bafc13..c1e54ee 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,10 @@ 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 +git clone https://github.com/contracode/cloudflare-ddns-updater.git ``` ## Usage @@ -36,7 +33,9 @@ Debian Bullseye 11 (Linux kernel: 6.1.28 | aarch64)
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. + +- This script is a fork of https://github.com/K0p1-Git/cloudflare-ddns-updater.git +- 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) +[MIT](https://github.com/contracode/cloudflare-ddns-updater/blob/main/LICENSE)