Adding dyndns service providers (dyndns.fr, dyndnspro.com, webdomotic.com and 
dynamicdomain.net).

In File : packages/net/ddns-scripts/files/usr/lib/ddns/services

Signed-off-by: Nabil Chaniour <billc...@free.fr>



Index: packages/net/ddns-scripts/files/usr/lib/ddns/services
===================================================================
--- packages/net/ddns-scripts/files/usr/lib/ddns/services       (révision 
39603)
+++ packages/net/ddns-scripts/files/usr/lib/ddns/services       (copie de 
travail)
@@ -8,6 +8,15 @@
 # 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.fr
+"dyndns.fr"             
"http://[DOMAIN]:[PASSWORD]@dyndns.dyndns.fr/update.php?hostname=[DOMAIN]&myip=[IP]";
+#Dynamicdomain.net
+"dynamicdomain.net"     
"http://[DOMAIN]:[PASSWORD]@dyndns.dynamicdomain.net/update.php?hostname=[DOMAIN]&myip=[IP]";
+#Dyndnspro.com
+"dyndnspro.com"         
"http://[DOMAIN]:[PASSWORD]@dyndns.dyndnspro.com/update.php?hostname=[DOMAIN]&myip=[IP]";
+#webdomotic.com
+"webdomotic.com"                
"http://[DOMAIN]:[PASSWORD]@dyndns.webdomotic.com/update.php?hostname=[DOMAIN]&myip=[IP]";
+
 "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]";
 "zoneedit.com"         
"http://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=[DOMAIN]&dnsto=[IP]";
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to