Skip to content

Commit 4b1332b

Browse files
committed
Added wildcard NS record restriction to domain records.
1 parent d07fce8 commit 4b1332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20972,7 +20972,7 @@ components:
2097220972

2097320973
`A` and `AAAA`: The hostname or FQDN of the Record.
2097420974

20975-
`NS`: The subdomain, if any, to use with the Domain of the Record.
20975+
`NS`: The subdomain, if any, to use with the Domain of the Record. Wildcard NS records (`*`) are not supported.
2097620976

2097720977
`MX`: The mail subdomain. For example, `sub` for the address `[email protected]` under the `example.com`
2097820978
Domain. Must be an empty string (`""`) for a Null MX Record.

0 commit comments

Comments
 (0)