Project

General

Profile

Actions

Bug #8071

closed

DNSimple support for Dynamic DNS no longer working

Added by Kevin Loukinen over 6 years ago. Updated over 5 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Dynamic DNS
Target version:
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

Also available in: Atom PDF