# 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

| Option | Description |
|---------|------------|
|`--a` | Flag indicates the next lookup is for an A or AAAA record. |
|`--help, -h` | help for NAPTR |
|`--name, -n` | Leave this blank to create a record for DOMAIN, You may use the &#39;*&#39; wildcard here. |
|`--order, -o` | Used to determine the processing order, lowest first. |
|`--p` | Flag indicates that processing should continue in a protocol-specific fashion. |
|`--preference` | Used to give weight to records with the same value in the &#39;order&#39; field, low to high. |
|`--regex` | The substitution expression. |
|`--replacement` | The next record to look up, which must be a fully-qualified domain name. |
|`--s` | Flag indicates the next lookup is for an SRV. |
|`--service` | Service |
|`--ttl, -t` | The time in seconds to live (refresh rate) of the record. |
|`--u` | Flag indicates the next record is the output of the regular expression as a URI. |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [add]({{< ref "../add">}})	 - Add record to domain


