domain_dns_update
Update DNS records for a domain with specified type, name, content, TTL, and optional proxied flag.
Instructions
Update DNS records for a domain.
Each record should have: type, name, content, ttl, and optionally proxied. Example: {"type": "A", "name": "@", "content": "1.2.3.4", "ttl": 300, "proxied": false}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| records | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |