dnsAddRecord
Add DNS resource records to a domain by specifying record type, host, value, and TTL. Supports A, AAAA, CNAME, MX, TXT, SRV, CAA, and NS records.
Instructions
Add a DNS resource record [https://www.namesilo.com/api-reference]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rrttl | No | TTL in seconds (NameSilo default is often 7207) | |
| domain | Yes | Domain | |
| rrhost | Yes | Host / subdomain (empty or @ for the apex) | |
| rrtype | Yes | Record type | |
| rrvalue | Yes | Record value (IP, hostname, or text) | |
| rrdistance | No | MX/SRV priority (distance) |