Surely something will be here at some point.
This is necessary for server configurations, as it points the domain to an address that does not exist outside of the Tailscale network.
You'll need to create the cloudflare-api-token.age file with this content (before encrypting):
CF_DNS_API_TOKEN="your_cloudflare_api_token_here"
To get the Cloudflare API token:
- Go to Cloudflare dashboard
- Go to "My Profile" > "API Tokens"
- Create a new token with:
- Template: "Edit zone DNS"
- Permissions: "Zone:DNS:Edit"
- Zone Resources: Include > Specific zone > Your domain
- Copy the token and use it in the file above