From ea8e873435037a120bb1a361f12d2088a4eb6ac1 Mon Sep 17 00:00:00 2001 From: Anon Date: Sat, 30 Jul 2022 20:04:37 -0700 Subject: [PATCH] Minor edit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6332e2..dcb98d9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Most internet service providers (ISPs) dynamically assign ip addresses to reside Cloudflare can be used to circumvent this issue with their web-based API. This script will check the current DNS record for your domain and compare it to the host's current web-facing IP address. If the two don't match it will update the DNS record accordingly. -This project is licensed under the GPLv3. +This project is licensed under GPLv3. ## Installing **NOTE:** This guide will assume you already have a Cloudflare account setup as a reverse proxy to your site. This should have involved modifying the nameservers to your domain to whatever Cloudflare recommended when you set it up. If you have never self-hosted before or are confused, just search for 'setting up Cloudflare as a reverse proxy' in your browser, there are plenty of helpful guides.