commit d8bd4dcac76d79b5cb37ccec43ecf081cf9bbfaa
parent 973b0bf65904c9c02698757129a3af59353e9b78
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Mon, 28 Dec 2015 23:23:16 +0200
Merge pull request #2186 from olmari/add-dy-fi-ddns
ddns-scripts: Added dy.fi service
Diffstat:
2 files changed, 4 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:=2
+PKG_RELEASE:=3
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
@@ -103,3 +103,6 @@
#DtDNS
"dtdns.com" "http://www.dtdns.com/api/autodns.cfm?id=[DOMAIN]&pw=[PASSWORD]&ip=[IP]"
+
+# dy.fi Dynamic DNS for finnish users
+"dy.fi" "http://[USERNAME]:[PASSWORD]@www.dy.fi/nic/update?hostname=[DOMAIN]"