Fixed README.md
This commit is contained in:
parent
44c7ea4b64
commit
364fb0574d
@ -28,7 +28,7 @@ brew install jq
|
|||||||
## ⚙️ Setup
|
## ⚙️ Setup
|
||||||
|
|
||||||
1. Clone or copy these files:
|
1. Clone or copy these files:
|
||||||
- `import_dns_records.sh`
|
- `export_dns_cloudflare.sh`
|
||||||
- `config.conf`
|
- `config.conf`
|
||||||
|
|
||||||
2. Edit the `config.conf` file and add your **Cloudflare API Token**:
|
2. Edit the `config.conf` file and add your **Cloudflare API Token**:
|
||||||
@ -55,7 +55,7 @@ chmod +x import_dns_records.sh
|
|||||||
Run the script:
|
Run the script:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./import_dns_records.sh
|
./export_dns_cloudflare.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
@ -94,7 +94,7 @@ export/testdomain.net_20250825_153015.txt
|
|||||||
echo 'CLOUDFLARE_API_TOKEN=abc123xyz...' > config.conf
|
echo 'CLOUDFLARE_API_TOKEN=abc123xyz...' > config.conf
|
||||||
|
|
||||||
# 2. Run the export
|
# 2. Run the export
|
||||||
./import_dns_records.sh
|
./export_dns_cloudflare.sh
|
||||||
|
|
||||||
# 3. Check the export folder
|
# 3. Check the export folder
|
||||||
ls export/
|
ls export/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user