[package] ddns-scripts: add dnsdynamic.org provider
authorFlorian Fainelli <florian@openwrt.org>
Fri, 30 Sep 2011 12:49:07 +0000 (12:49 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 30 Sep 2011 12:49:07 +0000 (12:49 +0000)
patch by Eddie Davis

SVN-Revision: 28329

net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/lib/ddns/services

index c67508bd3b83aa7cf679a7cad22768a07104c88f..c36fd731de98ba809eb66a828ddf14df1c6c6eda 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=1.0.0
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=1.0.0
-PKG_RELEASE:=15
+PKG_RELEASE:=16
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
index 25ecc1d04cd092c663b32b39825b351ed78a5e7e..b6e4fe30502454aecd52388c50fe4a6d4c2b687d 100644 (file)
@@ -34,3 +34,6 @@
 
 # Hurricane Electric Dynamic DNS
 "he.net"               "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]" 
 
 # Hurricane Electric Dynamic DNS
 "he.net"               "http://[DOMAIN]:[PASSWORD]@dyn.dns.he.net/nic/update?hostname=[DOMAIN]&myip=[IP]" 
+
+# DNSdynamic.org
+"dnsdynamic.org"       "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"