exo dns add NAPTR

Description

Add an “NAPTR” record to provide a means to map a resource that is not in the domain name syntax to a label that is. More information can be found in RFC 2915.

exo dns add NAPTR DOMAIN-NAME|ID [flags]

Options

OptionDescription
--aFlag indicates the next lookup is for an A or AAAA record.
--help, -hhelp for NAPTR
--name, -nLeave this blank to create a record for DOMAIN, You may use the '*' wildcard here.
--order, -oUsed to determine the processing order, lowest first.
--pFlag indicates that processing should continue in a protocol-specific fashion.
--preferenceUsed to give weight to records with the same value in the 'order' field, low to high.
--regexThe substitution expression.
--replacementThe next record to look up, which must be a fully-qualified domain name.
--sFlag indicates the next lookup is for an SRV.
--serviceService
--ttl, -tThe time in seconds to live (refresh rate) of the record.
--uFlag indicates the next record is the output of the regular expression as a URI.

Options inherited from parent commands

OptionDescription
--config, -CSpecify an alternate config file [env EXOSCALE_CONFIG]
--output-format, -OOutput format (table|json|text), see "exo output –help" for more information
--output-templateTemplate to use if output format is "text"
--quiet, -QQuiet mode (disable non-essential command output)
--use-account, -AAccount to use in config file [env EXOSCALE_ACCOUNT]

Related Commands

  • add - Add record to domain