commit 67b327ea36f02add7cab47d7c36722e0cee2067a
parent 09f97c7b358c407ef7997f707fe84139c53d9b28
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 21 Dec 2015 22:36:56 +0200
Merge pull request #2140 from dedeckeh/master
ddns-scripts: Add support for the service dtdns.com
Diffstat:
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile
@@ -12,7 +12,7 @@ PKG_NAME:=ddns-scripts
PKG_VERSION:=2.5.0
# Release == build
# increase on changes of services files or tld_names.dat
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>
diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services
@@ -101,3 +101,5 @@
# Variomedia AG
"variomedia.de" "http://[USERNAME]:[PASSWORD]@dyndns.variomedia.de/nic/update?hostname=[DOMAIN]&myip=[IP]"
+ #DtDNS
+"dtdns.com" "http://www.dtdns.com/api/autodns.cfm?id=[DOMAIN]&pw=[PASSWORD]&ip=[IP]"