create_dns
Add a DNS record for a domain by specifying the domain ID, record type, name, value, and TTL. Manage configurations like A, CNAME, MX, and TXT records efficiently.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain_id | Yes | ||
name | No | test | |
ttl | No | ||
type | No | TXT | |
value | No | test-1 |