Bunny DNS supports importing and exporting DNS records using the universal BIND zone file format. This lets you migrate between DNS providers or backup your configuration.Documentation Index
Fetch the complete documentation index at: https://docs.bunny.net/llms.txt
Use this file to discover all available pages before exploring further.
Import records
To import DNS records from a BIND-compatible zone file:- Go to DNS and select your DNS Zone
- Click Import/Export
- Upload your zone file or paste the contents
- Review the imported records
- Click to confirm the import
Supported record types for import
| Type | Supported |
|---|---|
| A | Yes |
| AAAA | Yes |
| CNAME | Yes |
| MX | Yes |
| TXT | Yes |
| SRV | Yes |
| CAA | Yes |
| PTR | Yes |
Record types not listed above are skipped during import. Bunny-specific
records (Pull Zone, Redirect, Script) cannot be imported automatically.
Export records
To export your DNS records to a BIND-compatible zone file:- Go to DNS and select your DNS Zone
- Click Import/Export
- Click Export Zone File
- Save the downloaded file
Supported record types for export
| Type | Supported |
|---|---|
| A | Yes |
| AAAA | Yes |
| CNAME | Yes |
| MX | Yes |
| TXT | Yes |
| SRV | Yes |
| CAA | Yes |
| PTR | Yes |
Bunny-specific records such as Pull Zone, Redirect, and Script records are not
included in the export.