Create PTR Record
create_ptr_recordCreate a PTR record (reverse DNS pointer) mapping an IP to a hostname. Replaces all existing PTR records with the same name; use list_dns_records to check first.
Instructions
Create a PTR record (reverse DNS pointer) for a domain. WARNING: This replaces ALL existing PTR records with the same name — previous PTR 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 | |
| domain | Yes | The domain name | |
| pointer | Yes | Pointer target hostname (e.g. "host.example.com") |