commit 4fba5a82b6d838bd9e50164954322140140fa7ed
parent aa8878dc15338fbd69e02bb1ea854720c737acb7
Author: sbyx <steven@midlink.org>
Date: Mon, 29 Sep 2014 13:52:30 +0200
Merge pull request #374 from chris5560/master
ddns-scripts: add service two-dns.de
Diffstat:
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git 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)
diff --git 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]"