From 8d1f73fd2672e1b79740e8d3893e2f68789c7c3f Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Tue, 16 Sep 2014 05:15:59 +0200 Subject: [PATCH] Add "spdns.de" and "duiadns.net" services Add "spdns.de" and "duiadns.net" services Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/files/usr/lib/ddns/services | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/net/ddns-scripts/files/usr/lib/ddns/services b/net/ddns-scripts/files/usr/lib/ddns/services index 744de025af..39a9e8b31d 100644 --- a/net/ddns-scripts/files/usr/lib/ddns/services +++ b/net/ddns-scripts/files/usr/lib/ddns/services @@ -63,3 +63,9 @@ # 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" + +# Securepoint Dynamic-DNS-Service (http://www.spdns.de) +"spdns.de" "http://[USERNAME]:[PASSWORD]@update.spdns.de/nic/update?hostname=[DOMAIN]&myip=[IP]" + +# duiadns.net - free dynamic DNS +"duiadns.net" "http://ipv4.duia.ro/dynamic.duia?host=[DOMAIN]&password=[PASSWORD]&ip4=[IP]"