Creates a new DNS record for a domain hosted on Vultrs DNS service by specifying record type, name, and data value.
The vultr-cli dns record create command adds a new DNS record to a domain on Vultr's platform, allowing you to configure domain name resolution settings.
$ vultr-cli dns record create <Domain Name> [flags]
| Shorthand | Long Version | Description |
|---|---|---|
| -d | --data | data for the record |
| -n | --name | name of the record |
| -p | --priority | only required for MX and SRV |
| -l | --ttl | ttl for the record |
| -t | --type | type for the record |