From 48b74a8311ab4677113fc93af93c0907c417aa62 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Thu, 17 Dec 2015 15:07:41 +0100 Subject: [PATCH 1/2] ddns-scripts: Add support for the service dtdns.com Support is added for the service dtdns.com (https://www.dtdns.com) Signed-off-by: Hans Dedecker --- net/ddns-scripts/files/services | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/ddns-scripts/files/services b/net/ddns-scripts/files/services index 28797f3ee..e30ce5f43 100644 --- 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]" From 1fd0982f8e9e3ecfa0ba417092f2e5a319793028 Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 21 Dec 2015 10:43:34 +0100 Subject: [PATCH 2/2] ddns-scripts: Update PKG_RELEASE after adding dtdns support --- net/ddns-scripts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 3cc98ad14..1812a353a 100755 --- 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