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
The DNS Made Easy API expects a name property to be specified for creating dns records. This client actively ignores empty name values, and doesn't provide a mechanism to specify a name for the domain's root records.
This affects MX records, A records, ANAME records, TXT records, etc.
Promposed:
Allow @ to be used as a specifier for the root name, and replace it with an empty name value to post via the API client.
PR to follow
The text was updated successfully, but these errors were encountered:
The DNS Made Easy API expects a
name
property to be specified for creating dns records. This client actively ignores emptyname
values, and doesn't provide a mechanism to specify a name for the domain's root records.This affects MX records, A records, ANAME records, TXT records, etc.
Promposed:
Allow
@
to be used as a specifier for the root name, and replace it with an empty name value to post via the API client.PR to follow
The text was updated successfully, but these errors were encountered: