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
According to this comment, caddy-dns uses FQDN's as record.Name.
Hetzner API on the other side requires a relative record.Names. So depending on if the record.Name is a absolute or relative, we have to remove the Zone from the "record.Name" befor calling the API.
Ah yeah, we need to figure out what to do here, the best way to handle this, to give maximum flexibility to each provider implementation. Do you agree with the direction of the linked issue so far?
According to this comment, caddy-dns uses FQDN's as record.Name.
Hetzner API on the other side requires a relative record.Names. So depending on if the record.Name is a absolute or relative, we have to remove the Zone from the "record.Name" befor calling the API.
See also: libdns/libdns#12
The text was updated successfully, but these errors were encountered: