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 hosted on Vultr's DNS service, specifying record type, name, and value.
$ 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 |
No comments yet.