[packages] ddns-scripts: add dnsexit.com (#10425)
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Nov 2011 16:21:51 +0000 (16:21 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 14 Nov 2011 16:21:51 +0000 (16:21 +0000)
SVN-Revision: 29120

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

index c36fd731de98ba809eb66a828ddf14df1c6c6eda..15eb0ec07ee2630eeab9aa89549c31be72c32ca4 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=1.0.0
-PKG_RELEASE:=16
+PKG_RELEASE:=17
 
 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
 
index b6e4fe30502454aecd52388c50fe4a6d4c2b687d..70104cd89e18d0ddb6e7cd0f333b3362b4b64671 100644 (file)
@@ -37,3 +37,6 @@
 
 # DNSdynamic.org
 "dnsdynamic.org"       "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
+
+# dnsExit.com free dynamic DNS update url
+"dnsexit.com"          "http://www.dnsexit.com/RemoteUpdate.sv?login=[USERNAME]&password=[PASSWORD]&host=[DOMAIN]&myip=[IP]"