edjx domain records create
Creates a records for a specific domain type.
See Supported RR Types for a list of the supported record types.
Usage
edjx domain records create <name> <type> <target> <ttl> [-d, --domain <domain-UUID>] [ --priority <value>] [ --proxy]
Options
Option | Required | Type | Description |
---|---|---|---|
|
Yes |
string |
Name of the domain. |
|
Yes |
string |
Sets the record type. |
|
Yes |
string |
Sets the target value. |
|
Yes |
integer |
Sets the TTL value. |
|
No |
UUID |
The domain UUID to associate with the record. |
|
Required for MX records only. |
integer |
Sets the priority level. |
|
No |
Enables EDJX to be a proxy for this record. |
Global Flags
Option | Required | Type | Description |
---|---|---|---|
|
No |
Displays inline help for the command. |
|
|
No |
string |
Location of client configuration file (default file path is |
Sample Output
root@edjx:~ # edjx domain records create abcde.com A 127.0.0.1 100 Record created successfully. Record ID: 85b65a61-23ad-46fd-9f2e-61ea0988e7cc