Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pan93412/cf-dns-api-cru-demo


https://github.com/pan93412/cf-dns-api-cru-demo

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Cloudflare API Demo (Updating TXT records)

It updates for a TXT record in the given zone with the name `cfdns-test`
and updates its values to the current timestamp. If there is no such record,
it creates one.

## Usage

```bash
export CF_API_TOKEN="your-bearer-token"
export CF_ZONE_ID="your-zone-id"

go run .
```

## License

AGPL-3.0-or-later