From: Sami Olmari <s...@olmari.fi>

Add dy.fi ddns provider into ddns-scripts services file and add [HTTPAUTH] into 
description in top of the services file, the functionality has been added long 
ago, just description is missing.

Signed-off-by: Sami Olmari <s...@olmari.fi>
Tested-by: Sami Olmari <s...@olmari.fi>
---
--- package/feeds/packages/ddns-scripts/files/usr/lib/ddns/services.orig        
2013-02-08 22:42:48.628443832 +0200
+++ package/feeds/packages/ddns-scripts/files/usr/lib/ddns/services     
2013-02-24 21:12:54.618384332 +0200
@@ -1,12 +1,13 @@
 # This file contains the update urls for various dynamic dns services.
 # Column one contains the service name, column two contains the update url.
-# within the update url there are 4 variables you can use: [USERNAME],
-# [PASSWORD], [DOMAIN] and [IP].  These are substituted for the username,
-# password, and domain name specified in the /etc/config/ddns file when an
-# update is performed.  The IP is substituted for the current ip address of the
-# router.  These variables are case sensitive, while urls generally are not, so
-# if you need to enter the same text in the url (which seems very unlikely) put
-# that text in lowercase, while the variables should remain in uppercase
+# within the update url there are 5 variables you can use: [USERNAME],
+# [PASSWORD], [HTTPAUTH], [DOMAIN] and [IP].  These are substituted for the
+# username, password, and domain name specified in the /etc/config/ddns file
+# when an update is performed.  The IP is substituted for the current ip
+# address of the router.  These variables are case sensitive, while urls
+# generally are not, so if you need to enter the same text in the url
+# (which seems very unlikely) put that text in lowercase, while the variables
+# should remain in uppercase

 "dyndns.org"         
"http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]";
 "changeip.com"               
"http://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]";
@@ -57,3 +58,6 @@

 # easydns.com dynamic DNS
 "easydns.com"                
"http://[USERNAME]:[PASSWORD]@api.cp.easydns.com/dyn/tomato.php?hostname=[DOMAIN]&myip=[IP]";
+
+# dy.fi Dynamic DNS for finnish users
+"dy.fi"      "http://[HTTPAUTH]@www.dy.fi/nic/update?hostname=[DOMAIN]";
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to