cloudflare_dns_import
Import DNS records into Cloudflare by uploading a BIND zone file. Specify the zone ID or name and provide file content to automate record creation from existing zone data.
Instructions
Import DNS records from a BIND zone file. Sends the file content as multipart/form-data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zone_id | Yes | Zone ID (32-char hex) or zone name (e.g., 'example.com') | |
| file_content | Yes | BIND zone file content to import |