From 65be0b5e50f3f4f4bf08651227d10117f0d986a9 Mon Sep 17 00:00:00 2001 From: najlepszytomasz Date: Fri, 22 Dec 2023 22:23:40 +0000 Subject: [PATCH] Update CloudFlare/README.md --- CloudFlare/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CloudFlare/README.md b/CloudFlare/README.md index 3241352..c5f4ab7 100644 --- a/CloudFlare/README.md +++ b/CloudFlare/README.md @@ -1,5 +1,5 @@ # cloudflare_ddns.ps1 -script is designed for users sharing their services 'to the internet' using Cloudflare and having dynamic IP addresses. It serves as an alternative to using DDNS. When executed, the script verifies the current public IP based on a defined list of websites. In case of an error, it moves on to the next website, searching for a correct response with the public IP. If it fails to obtain an IP, it terminates with an error. If it finds the same IP as the last time, it terminates. The script consistently uses the next service returning information about the public IP. +Script is designed for users sharing their services 'to the internet' using Cloudflare and having dynamic IP addresses. It serves as an alternative to using DDNS. When executed, the script verifies the current public IP based on a defined list of websites. In case of an error, it moves on to the next website, searching for a correct response with the public IP. If it fails to obtain an IP, it terminates with an error. If it finds the same IP as the last time, it terminates. The script consistently uses the next service returning information about the public IP. On Linux with PowerShell, the script should be invoked via CRON. On Windows, the script should be scheduled using Task Scheduler. If the script proceeds to verify entries from a specific DNS ZONE in Cloudflare, then: It will verify whether the obtained external IP is the same or different from the defined IP in Cloudflare.