[packages] ddns-scripts: add dnsexit.com (#10425)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29120 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b265d99a29
commit
0fb79a798b
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=1.0.0
|
PKG_VERSION:=1.0.0
|
||||||
PKG_RELEASE:=16
|
PKG_RELEASE:=17
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
|
@ -37,3 +37,6 @@
|
|||||||
|
|
||||||
# DNSdynamic.org
|
# DNSdynamic.org
|
||||||
"dnsdynamic.org" "http://[USERNAME]:[PASSWORD]@www.dnsdynamic.org/api/?hostname=[DOMAIN]&myip=[IP]"
|
"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]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user