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.
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