Actions
Bug #8071
closedDNSimple support for Dynamic DNS no longer working
Start date:
11/08/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.1
Affected Architecture:
All
Description
It seems that DNSimple has deprecated API v1 so all attempts using the current implementation will fail as unauthorized.
This function will need to be modified to use API v2 with a bearer token in the header and the endpoint such as:
https://api.dnsimple.com/v2/$ACCOUNT_ID/zones/$DOMAIN/records/$RECORD_ID.json?"{\"content\":\"$IP\"}"
Here is a link to their API v2 docs: https://developer.dnsimple.com/v2/
Thanks!
Actions