Updated Readme.md
This commit is contained in:
parent
abd07f8a4d
commit
782afb0658
@ -1,6 +1,7 @@
|
|||||||
# Export_DNS
|
# Export_DNS
|
||||||
## Cloudflare
|
## Cloudflare
|
||||||
|
|
||||||
|
### Config File
|
||||||
Add your Cloudflare API key here. The key need to be able to read any DNS zones that you list below
|
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
|
API_KEY=your_single_api_key
|
||||||
@ -15,3 +16,9 @@ ZONE_ID_2=zone_id_value_2
|
|||||||
SITE_NAME_2=site_name_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/)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user