Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Support dynadot api #17

Description

@jedahan

Using this as a tracking/research issue to add dynadot support

docs
endpoint

// some terrible psuedocode
let endpoint = "https://api.dynadot.com/api3.xml";
let key = "somekey";
let domain = "micro.wtf";
let main_record = "12.34.56.789";
let record_type = "aaaa";

curl!("{}?key={}&command=set_dns&domain={}&main_record_type={}&main_record={},
  endpoint, key, domain, main_record)";

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions