https://github.com/willkirkmanm/cloudflare-rename
🔍 Bulk Rename Cloudflare DNS Records for any Domain
https://github.com/willkirkmanm/cloudflare-rename
cloudflare homelab homeserver
Last synced: 8 months ago
JSON representation
🔍 Bulk Rename Cloudflare DNS Records for any Domain
- Host: GitHub
- URL: https://github.com/willkirkmanm/cloudflare-rename
- Owner: WillKirkmanM
- Created: 2024-01-14T19:39:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T19:51:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T01:13:38.594Z (10 months ago)
- Topics: cloudflare, homelab, homeserver
- Language: Go
- Homepage:
- Size: 174 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloudflare-rename
> Bulk Change DNS Records in Cloudflare
## Get Started
### Run the Program
Install the dependencies
```
$ go get
```
Run the program
```
go run main.go
```
### Get API Token
1. Head to https://dash.cloudflare.com/profile/api-tokens
2. Click `Create Token`

3. Use the Edit zone DNS template

4. Select the Zone (Domain) you would like to rename

5. Create the API Key

6. Copy it and paste it into the program

If you have already created the API key but have made a mistake, you can always regenerate it by clicking `Roll`
