ddns-scripts: Support Mythic Beast's Dynamic DNS API
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 May 2014 00:57:50 +0000 (00:57 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
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>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@40727 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 4f6e8d1..744de02 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"