From 782afb0658ec30f0abb9edf7d69202152a2410d5 Mon Sep 17 00:00:00 2001 From: Phil Date: Sat, 22 Jun 2024 22:01:59 +0100 Subject: [PATCH] Updated Readme.md --- Cloudflare/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cloudflare/README.md b/Cloudflare/README.md index a97c7fe..4dae96b 100644 --- a/Cloudflare/README.md +++ b/Cloudflare/README.md @@ -1,6 +1,7 @@ # Export_DNS ## Cloudflare +### Config File Add your Cloudflare API key here. The key need to be able to read any DNS zones that you list below ``` API_KEY=your_single_api_key @@ -15,3 +16,9 @@ ZONE_ID_2=zone_id_value_2 SITE_NAME_2=site_name_value_2 ``` +### The Script +Inside the script is the following below (Line 7) +``` +EXPORT_FOLDER="export" +``` +Change the value from export, to the location that the script should export the files to (E.g. /folder1/folder2/)