You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported.
20733
20734
20734
20735
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
20735
-
Domain. Must be an empty string (`""`) for a Null MX Record.
20736
+
Domain.
20737
+
* The left-most subdomain component may be an asterix (`*`) to designate a wildcard subdomain.
20738
+
* Other subdomain components must only contain letters, digits, and hyphens, start with a letter, end with a letter or digit, and contain less than 64 characters.
20739
+
* Must be an empty string (`""`) for a Null MX Record.
20736
20740
20737
20741
`CNAME`: The hostname. Must be unique. Required.
20738
20742
@@ -20759,10 +20763,11 @@ components:
20759
20763
20760
20764
`NS`: The name server. Must be a valid domain. Required.
20761
20765
20762
-
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. To create a
20763
-
[Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first
20764
-
[remove](/docs/api/domains/#domain-record-delete) any additional MX records, create an MX record with empty strings
20765
-
(`""`) for the `target` and `name`. If a Domain has a Null MX record, new MX records cannot be created. Required.
20766
+
`MX`: The mail server. Must be a valid domain unless creating a Null MX Record. Required.
20767
+
* Must have less than 254 total characters.
20768
+
* The left-most domain component may be an asterix (`*`) to designate a wildcard domain.
20769
+
* Other domain components must only contain letters, digits, and hyphens, start with a letter, end with a letter or digit, and contain less than 64 characters.
20770
+
* To create a [Null MX Record](https://datatracker.ietf.org/doc/html/rfc7505), first [remove](/docs/api/domains/#domain-record-delete) any additional MX records, then create an MX record with empty strings (`""`) for the `target` and `name`. If a Domain has a Null MX record, new MX records cannot be created.
20766
20771
20767
20772
`CNAME`: The alias. Must be a valid domain. Required.
0 commit comments