ddns-scripts: Support Mythic Beast's Dynamic DNS API
authorFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:50 +0000 (00:57 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Thu, 8 May 2014 00:57:50 +0000 (00:57 +0000)
This patch adds support for Mythic Beast's Dynamic DNS API as documented
here: https://www.mythic-beasts.com/support/topics/dynamicdns.

Signed-off-by: Liam Fraser <liam@mythic-beasts.com>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 40727

net/ddns-scripts/files/usr/lib/ddns/services

index 4f6e8d1e1bd758b3b8e48696a056ef4134afbadd..744de025afa42e0254ea7a046ec19ffd0ee64e09 100644 (file)
@@ -60,3 +60,6 @@
 
 # Winco DDNS
 "ddns.com.br"  "http://[DOMAIN]:[PASSWORD]@members.ddns.com.br/nic/update?hostname=[DOMAIN]&myip=[IP]"
+
+# Mythic Beasts (https://www.mythic-beasts.com) Dynamic DNS
+"mythic-beasts.com"    "http://dnsapi4.mythic-beasts.com/?domain=[USERNAME]&password=[PASSWORD]&command=REPLACE%20[DOMAIN]%2060%20A%20DYNAMIC_IP"