Create AAAA Record
create_aaaa_recordCreate an IPv6 AAAA record for a domain to enable IPv6 connectivity. Replaces all existing AAAA records with the same name; check existing records first.
Instructions
Create an AAAA record (IPv6 address) for a domain. WARNING: This replaces ALL existing AAAA records with the same name — previous AAAA records for this name will be overwritten, not merged. Use list_dns_records first to check for existing records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl | No | TTL in seconds | |
| name | Yes | Record name (subdomain, use "@" for root) | |
| domain | Yes | The domain name | |
| address | Yes | IPv6 address (e.g. "2001:db8::1") |