Updated Readme.md

This commit is contained in:
Phil 2024-06-22 22:01:59 +01:00
parent abd07f8a4d
commit 782afb0658

View File

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