edjx domain records update

Updates a specific record.
See Supported RR Types for a list of the supported record types.

You must know the Record ID to execute this command.

Usage

edjx domain records update <record-UUID>
[    --disable-proxy]
[-d, --domain <domain-id>]
[    --enable-proxy]
[    --priority <value>]
[    --record-name <string>]
[    --target <string>]
[    --ttl <value>]
[    --type <string>]
You must include one of the flags when executing the records update command.

Options

Option Required Type Description

<record-UUID>

Yes

UUID

The Record UUID to be updated.

--disable-proxy or --enable-proxy

No

Disables or enables EDJX as the proxy server for this record.

-d, --domain <domain-UUID>

No

UUID

The domain UUID associated with the record.
Default: 00000000-0000-0000-0000-000000000000

--enable-proxy

No

Enables proxy for this record, if disabled.
NOTE: When proxy is enabled, and there are no routing rules configured, only caching will be active for this record.

--priority <value>

No

bool

Sets the record priority for MX record (should be greater than or equal to zero)
Default: -1

--record-name <string>

No

string

Sets the record name.

--target <string>

No

string

Sets the target value.

--ttl <value>

No

string

Sets the TTL value.
(should be a non-zero value)

--type <string>

No

string

Sets the record type.

Global Flags

Option Required Type Description

-h, --help

No

Displays inline help for the command.

--config <file-location>

No

string

Location of client configuration file (default file path is $HOME/.edjx/.edjx.yaml).