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/)