[ddns-scripts] Remove erroneous http:// in zonedit service entry
[openwrt/svn-archive/archive.git] / net / ddns-scripts / files / usr / lib / ddns / services
1 # This file contains the update urls for various dynamic dns services.
2 # Column one contains the service name, column two contains the update url.
3 # within the update url there are 4 variables you can use: [USERNAME],
4 # [PASSWORD], [DOMAIN] and [IP]. These are substituted for the username,
5 # password, and domain name specified in the /etc/config/ddns file when an
6 # update is performed. The IP is substituted for the current ip address of the
7 # router. These variables are case sensitive, while urls generally are not, so
8 # if you need to enter the same text in the url (which seems very unlikely) put
9 # that text in lowercase, while the variables should remain in uppercase
10
11 "dyndns.org" "http://[USERNAME]:[PASSWORD]@members.dyndns.org/nic/update?hostname=[DOMAIN]&myip=[IP]"
12 "changeip.com" "http://[USERNAME]:[PASSWORD]@nic.changeip.com/nic/update?u=[USERNAME]&p=[PASSWORD]&cmd=update&hostname=[DOMAIN]&ip=[IP]"
13 "zoneedit.com" "http://[USERNAME]:[PASSWORD]@dynamic.zoneedit.com/auth/dynamic.html?host=[DOMAIN]&dnsto=[IP]"
14
15 #noip is an alias of no-ip, so allow both names for the same service
16 "no-ip.com" "http://dynupdate.no-ip.com/ducupdate.php?username=[USERNAME]&pass=[PASSWORD]&h[]=[DOMAIN]&ip=[IP]"
17 "noip.com" "http://dynupdate.no-ip.com/ducupdate.php?username=[USERNAME]&pass=[PASSWORD]&h[]=[DOMAIN]&ip=[IP]"
18
19 #freedns.afraid.org is weird, you just need an update code, for which we use the password variable
20 "freedns.afraid.org" "http://freedns.afraid.org/dynamic/update.php?[PASSWORD]"
21
22
23 #### ADD YOURS HERE! ######################################################################################
24 # #
25 # There are TONS of dynamic dns services out there. There's a huge list of them at: #
26 # http://www.dmoz.org/Computers/Software/Internet/Servers/Address_Management/Dynamic_DNS_Services/ #
27 # If anyone has time they could update this file to be compatible with a bunch of them #
28 # #
29 ###########################################################################################################