From e67960d88cbf02c62c0d7b16f596b4a1533457c2 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 29 Sep 2014 13:42:43 +0200 Subject: [PATCH 1/2] ddns-scripts: add service two-dns.de MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Requested by: Martin Röcker Signed-off-by: Christian Schoenebeck --- net/ddns-scripts/files/usr/lib/ddns/services | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/ddns-scripts/files/usr/lib/ddns/services b/net/ddns-scripts/files/usr/lib/ddns/services index 6739b8355..19bbb62f0 100644 --- a/net/ddns-scripts/files/usr/lib/ddns/services +++ b/net/ddns-scripts/files/usr/lib/ddns/services @@ -69,3 +69,6 @@ # duiadns.net - free dynamic DNS "duiadns.net" "http://ipv4.duia.ro/dynamic.duia?host=[DOMAIN]&password=[PASSWORD]&ip4=[IP]" + +# Two-DNS - Simply. Connected. Everywhere. +"Two-DNS" "http://[USERNAME]:[PASSWORD]@update.twodns.de/update?hostname=[DOMAIN]&ip=[IP]" From 9a883a38bd333945cb36a251d9c4672e5ab72eb9 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 29 Sep 2014 13:44:30 +0200 Subject: [PATCH 2/2] ddns-scripts: Increment PKG_RELEASE Increment PKG_RELEASE to reflect latest changes Signed-off-by: Christian Schoenebeck --- 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 6e69cac44..6193fbbe1 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.0.1 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=GPL-2.0 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)