exo dns add ALIAS
Description
Add an “ALIAS” record. An ALIAS record is a special record that will map a domain to another domain transparently. It can be used like a CNAME but for a name with other records, like the root. When the record is resolved it will look up the A records for the aliased domain and return those as the records for the record name. Note: If you want to redirect to a URL, use a URL record instead.
exo dns add ALIAS DOMAIN-NAME|ID [flags]Options
| Option | Description | 
|---|---|
| --alias, -a | Alias for: Example: some-other-site.com | 
| --help, -h | help for ALIAS | 
| --name, -n | Leave this blank to create a record for DOMAIN, You may use the '*' wildcard here. | 
| --ttl, -t | The time in seconds to live (refresh rate) of the record. | 
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 "exo output –help" for more information | 
| --output-template | Template to use if output format is "text" | 
| --quiet, -Q | Quiet mode (disable non-essential command output) | 
| --use-account, -A | Account to use in config file [env EXOSCALE_ACCOUNT] | 
Related Commands
- add - Add record to domain